Fix build-ripunzip.yml archive step on macos

This commit is contained in:
Paolo Tranquilli
2025-11-11 13:00:50 +01:00
parent 104f0e3a02
commit e2671da05f

View File

@@ -96,7 +96,7 @@ jobs:
- name: Archive - name: Archive
shell: bash shell: bash
run: | run: |
tar acf ripunzip-$RUNNER_OS.tar.zst ripunzip-${RUNNER_OS,,} tar acf ripunzip-$RUNNER_OS.tar.zst ripunzip-$(echo $RUNNER_OS | tr '[:upper:]' '[:lower:]')
- name: Upload built binary - name: Upload built binary
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with: