Skip to content

Commit

Permalink
tagged release script tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterbrereton committed Jun 17, 2024
1 parent 772a75b commit 2c75b91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: 🗜️ Create archive
run: |
cd build/Release
xattr -d com.apple.quarantine orc
tar -zcvf orc-${{github.ref_name}}-${{runner.os}}-fat64.tgz orc
- name: ✍️ Post archive
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 2c75b91

Please sign in to comment.