mirror of
https://codeberg.org/Cyborus/forgejo-cli.git
synced 2024-11-10 12:09:33 +01:00
fix attachment filename
This commit is contained in:
parent
1bfaec60be
commit
8bef41e0b9
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