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 104f0e3 commit e2671daCopy full SHA for e2671da
.github/workflows/build-ripunzip.yml
@@ -96,7 +96,7 @@ jobs:
96
- name: Archive
97
shell: bash
98
run: |
99
- tar acf ripunzip-$RUNNER_OS.tar.zst ripunzip-${RUNNER_OS,,}
+ tar acf ripunzip-$RUNNER_OS.tar.zst ripunzip-$(echo $RUNNER_OS | tr '[:upper:]' '[:lower:]')
100
- name: Upload built binary
101
uses: actions/upload-artifact@v4
102
with:
0 commit comments