Merge remote-tracking branch 'origin/main' into renovate/major-github-artifact-actions

This commit is contained in:
Tobi Schäfer 2025-02-15 20:31:50 +01:00
commit 8f262309f9
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

@ -13,7 +13,7 @@ jobs:
runs-on: antville
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
LC_TIME: en_US.UTF-8
steps:
@ -42,6 +42,6 @@ jobs:
- name: Upload release assets to GitHub
run: |
gh release upload "$GITHUB_REF_NAME" build/distributions/helma-*.* \
gh release upload "$GITHUB_REF_NAME" build/distributions/ant*.* \
--repo "$GITHUB_REPOSITORY" \
--clobber