Skip to content

Commit e2671da

Browse files
committed
Fix build-ripunzip.yml archive step on macos
1 parent 104f0e3 commit e2671da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ripunzip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Archive
9797
shell: bash
9898
run: |
99-
tar acf ripunzip-$RUNNER_OS.tar.zst ripunzip-${RUNNER_OS,,}
99+
tar acf ripunzip-$RUNNER_OS.tar.zst ripunzip-$(echo $RUNNER_OS | tr '[:upper:]' '[:lower:]')
100100
- name: Upload built binary
101101
uses: actions/upload-artifact@v4
102102
with:

0 commit comments

Comments
 (0)