Skip to content

Commit

Permalink
Fixed macos archive step in builder
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Aug 26, 2024
1 parent 2198cad commit 893cd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
tar czvf $ARCHIVE_FILE -C target/${{ matrix.target }}/release-lto gvmkit-build
shasum -a 256 $ARCHIVE_FILE > $ARCHIVE_FILE.sha256
- name: "Archive binary"
if: "matrix.runs-on == 'macos-latest'"
if: "matrix.runs-on == 'macos-13'"
run: |
ARCHIVE_FILE=gvmkit-build-${{ matrix.target }}.tar.gz
gtar --format=pax -czvf $ARCHIVE_FILE -C target/${{ matrix.target }}/release-lto gvmkit-build
Expand Down

0 comments on commit 893cd06

Please sign in to comment.