From 8bef41e0b957139b03ace9447d5760fb06aacc2f Mon Sep 17 00:00:00 2001 From: Cyborus Date: Sun, 17 Dec 2023 22:42:32 -0500 Subject: [PATCH] fix attachment filename --- .woodpecker/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]