We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build-ripunzip.yml
1 parent 99baf98 commit 104f0e3Copy full SHA for 104f0e3
.github/workflows/build-ripunzip.yml
@@ -94,8 +94,9 @@ jobs:
94
-arch x86_64 target/x86_64-apple-darwin/release/ripunzip \
95
-arch arm64 target/aarch64-apple-darwin/release/ripunzip
96
- name: Archive
97
+ shell: bash
98
run: |
- tar acf ripunzip-${{ runner.os }}.tar.zst ripunzip-*
99
+ tar acf ripunzip-$RUNNER_OS.tar.zst ripunzip-${RUNNER_OS,,}
100
- name: Upload built binary
101
uses: actions/upload-artifact@v4
102
with:
0 commit comments