Use correct GH_TOKEN and distribution files
All checks were successful
Release / build (push) Successful in 43s

This commit is contained in:
Tobi Schäfer 2025-02-15 20:01:54 +01:00
parent 5a6f1d14c2
commit c9853f6217
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