mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
Upload artifact only in workflow
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user