mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +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 x86_64 target/x86_64-apple-darwin/release/ripunzip \
|
||||||
-arch arm64 target/aarch64-apple-darwin/release/ripunzip
|
-arch arm64 target/aarch64-apple-darwin/release/ripunzip
|
||||||
- name: Archive
|
- name: Archive
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
tar acf ripunzip-${{ runner.os }}.tar.zst ripunzip-*
|
tar acf ripunzip-$RUNNER_OS.tar.zst ripunzip-${RUNNER_OS,,}
|
||||||
- name: Upload built binary
|
- name: Upload built binary
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user