Skip to content

Commit

Permalink
[ci] Fix artifact path for mac arm64 binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Jun 28, 2024
1 parent aa90b0d commit a6e08df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: mac${{ matrix.name_suffix }}-${{ matrix.arch }}-binaries
path: bin/neko-${{ env.NEKO_VERSION }}-osx64.tar.gz
path: bin/neko-${{ env.NEKO_VERSION }}-osx*.tar.gz

windows-build:
name: windows
Expand Down

0 comments on commit a6e08df

Please sign in to comment.