Skip to content

Commit ab587e2

Browse files
tweak to release script
1 parent 9e40f18 commit ab587e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tagged-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: 🗜️ Create archive
2727
run: |
2828
cd build/Release
29-
tar -zcvf orc-${{github.ref_name}}-${{runner.os}}-${{runner.arch}}.tgz orc
29+
tar -zcvf orc-${{github.ref_name}}-${{runner.os}}-fat64.tgz orc
3030
- name: ✍️ Post archive
3131
uses: softprops/action-gh-release@v1
3232
with:

0 commit comments

Comments
 (0)