Skip to content

Commit 104f0e3

Browse files
committed
Fix build-ripunzip.yml archive step on windows
1 parent 99baf98 commit 104f0e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-ripunzip.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,9 @@ jobs:
9494
-arch x86_64 target/x86_64-apple-darwin/release/ripunzip \
9595
-arch arm64 target/aarch64-apple-darwin/release/ripunzip
9696
- name: Archive
97+
shell: bash
9798
run: |
98-
tar acf ripunzip-${{ runner.os }}.tar.zst ripunzip-*
99+
tar acf ripunzip-$RUNNER_OS.tar.zst ripunzip-${RUNNER_OS,,}
99100
- name: Upload built binary
100101
uses: actions/upload-artifact@v4
101102
with:

0 commit comments

Comments
 (0)