Skip to content

Commit

Permalink
Add zipped Linux binary to release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny committed Jan 11, 2025
1 parent ca80b0e commit fd42f78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
make --debug spm_artifactbundle
make --debug package
make --debug portable_zip
make --debug zip_linux_release
- name: Update binary target in Swift package
run: ./tools/update-artifact-bundle.sh "${{ inputs.version }}"
- name: Create tag and release commit
Expand Down
1 change: 1 addition & 0 deletions tools/create-github-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ gh release create "$version" --title "$release_title" -F "$release_notes" --draf
"bazel.tar.gz" \
"bazel.tar.gz.sha256" \
"portable_swiftlint.zip" \
"swiftlint_linux.zip" \
"SwiftLint.pkg" \
"SwiftLintBinary.artifactbundle.zip"

Expand Down

0 comments on commit fd42f78

Please sign in to comment.