fix attachment filename

This commit is contained in:
Cyborus 2023-12-17 22:42:32 -05:00
parent 1bfaec60be
commit 8bef41e0b9
No known key found for this signature in database

View file

@ -37,7 +37,7 @@ steps:
commands:
- export FORGE_HOST=$(echo $CI_FORGE_URL | sed -E 's_^https?://__')
- fj auth add-key $FORGE_HOST $CI_REPO_OWNER $TOKEN
- fj --remote $CI_REPO_URL release create $VERSION --create-tag --branch $BRANCH --attach forgejo-cli-windows.zip --attach forgejo-cli-windows.gz
- fj --remote $CI_REPO_URL release create $VERSION --create-tag --branch $BRANCH --attach forgejo-cli-windows.zip --attach forgejo-cli-linux.gz
- fj auth logout $FORGE_HOST
secrets: [ token ]