mirror of
https://codeberg.org/Cyborus/forgejo-cli.git
synced 2024-11-12 21:19:49 +01:00
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:
commit
700b8ed9d9
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- export FORGE_HOST=$(echo $CI_FORGE_URL | sed -E 's_^https?://__')
|
- export FORGE_HOST=$(echo $CI_FORGE_URL | sed -E 's_^https?://__')
|
||||||
- fj auth add-key $FORGE_HOST $CI_REPO_OWNER $TOKEN
|
- 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
|
- fj auth logout $FORGE_HOST
|
||||||
secrets: [ token ]
|
secrets: [ token ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue