Skip to content

Commit

Permalink
Update release-by-label-linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
8go authored Sep 16, 2024
1 parent bd2289a commit bf669ff
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release-by-label-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,9 @@ jobs:
with:
name: plain-linux
path: |
./matrix-commander-rs_${{ env.RELEASE_TAG_NAME }}_linux.tar.gz
./matrix-commander-rs_${{ env.RELEASE_TAG_NAME }}_linux.tar.gz.sha256sum
# ./matrix-commander-rs_${{ env.RELEASE_TAG_NAME }}_linux.tar.gz
./matrix-commander-rs_${TAG_NAME}_linux.tar.gz
./matrix-commander-rs_${TAG_NAME}_linux.tar.gz.sha256sum
retention-days: 1

# https://github.com/softprops/action-gh-release
Expand All @@ -124,8 +125,9 @@ jobs:
prerelease: false
generate_release_notes: true
files: |
./matrix-commander-rs_${{ env.RELEASE_TAG_NAME }}_linux.tar.gz
./matrix-commander-rs_${{ env.RELEASE_TAG_NAME }}_linux.tar.gz.sha256sum
# ./matrix-commander-rs_${{ env.RELEASE_TAG_NAME }}_linux.tar.gz
./matrix-commander-rs_${TAG_NAME}_linux.tar.gz
./matrix-commander-rs_${TAG_NAME}_linux.tar.gz.sha256sum
README.md
LICENSE
help.help.txt help.manual.txt help.usage.txt

0 comments on commit bf669ff

Please sign in to comment.