We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e40f18 commit ab587e2Copy full SHA for ab587e2
.github/workflows/tagged-release.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: 🗜️ Create archive
27
run: |
28
cd build/Release
29
- tar -zcvf orc-${{github.ref_name}}-${{runner.os}}-${{runner.arch}}.tgz orc
+ tar -zcvf orc-${{github.ref_name}}-${{runner.os}}-fat64.tgz orc
30
- name: ✍️ Post archive
31
uses: softprops/action-gh-release@v1
32
with:
0 commit comments