mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
Fix build-ripunzip.yml archive step on windows
This commit is contained in:
3
.github/workflows/build-ripunzip.yml
vendored
3
.github/workflows/build-ripunzip.yml
vendored
@@ -94,8 +94,9 @@ jobs:
|
||||
-arch x86_64 target/x86_64-apple-darwin/release/ripunzip \
|
||||
-arch arm64 target/aarch64-apple-darwin/release/ripunzip
|
||||
- name: Archive
|
||||
shell: bash
|
||||
run: |
|
||||
tar acf ripunzip-${{ runner.os }}.tar.zst ripunzip-*
|
||||
tar acf ripunzip-$RUNNER_OS.tar.zst ripunzip-${RUNNER_OS,,}
|
||||
- name: Upload built binary
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user