diff options
author | Cyborus <cyborus@cyborus.xyz> | 2023-12-18 04:42:32 +0100 |
---|---|---|
committer | Cyborus <cyborus@cyborus.xyz> | 2023-12-18 04:42:32 +0100 |
commit | 8bef41e0b957139b03ace9447d5760fb06aacc2f (patch) | |
tree | 5a3c1f79694ed94e306cd8f6054bbc6b70df530f | |
parent | Merge pull request 'install certificates in `Dockerfile`' (#29) from containe... (diff) | |
download | forgejo-cli-8bef41e0b957139b03ace9447d5760fb06aacc2f.tar.xz forgejo-cli-8bef41e0b957139b03ace9447d5760fb06aacc2f.zip |
fix attachment filename
-rw-r--r-- | .woodpecker/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml index 87c75cf..4285e22 100644 --- a/.woodpecker/deploy.yml +++ b/.woodpecker/deploy.yml @@ -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 ] |