Skip to content

Commit

Permalink
ghactions: Only upload macos 13 artifacts
Browse files Browse the repository at this point in the history
We don't really need the other ones..

Signed-off-by: Christophe Fergeau <[email protected]>
  • Loading branch information
cfergeau committed Jan 25, 2024
1 parent 2483006 commit 1dc01c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
- name: Upload vfkit artifact
if: matrix.os == 'macOS-13'
uses: actions/upload-artifact@v4
with:
name: vfkit Universal Binary (${{ matrix.os }})
name: Unsigned vfkit Universal Binary
path: "./out/vfkit"

0 comments on commit 1dc01c5

Please sign in to comment.