Merge pull request 'fix attachment filename' (#30) from attach-fix into main

Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/30
This commit is contained in:
Cyborus 2023-12-18 03:44:30 +00:00
commit 700b8ed9d9

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 ]