Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Jun 28, 2024
1 parent e8b361f commit c176d03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ jobs:
export OUTPUT=mac${{ matrix.name_suffix }}-universal-binaries
export INPUT_ARM64=mac${{ matrix.name_suffix }}-arm64-binaries
mkdir $OUTPUT
# put amd64 files straight into output to make sure all non-binary files are also included
tar -xf mac${{ matrix.name_suffix }}-amd64-binaries/neko-*.tar.gz \
-C $OUTPUT --strip-components=1
Expand Down

0 comments on commit c176d03

Please sign in to comment.