Upload artifact only in workflow

This commit is contained in:
Danny Mösch
2025-01-10 22:41:19 +01:00
parent e15357364e
commit 803243ca6f
2 changed files with 4 additions and 3 deletions
+3 -1
View File
@@ -94,7 +94,9 @@ jobs:
with:
ref: ${{ inputs.version }}
- name: Upload binary to existing release
run: make zip_linux_release
run: |
make zip_linux_release
gh release upload ${{ inputs.version }} swiftlint_linux.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
upload-package: