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..
  • Loading branch information
cfergeau committed Jan 23, 2024
1 parent 46ce615 commit 18dc7be
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 @@ -36,6 +36,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
- name: Upload vfkit artifact
uses: actions/upload-artifact@v4
if: ${{ matrix.os }} == 'macOS-13'
with:
name: vfkit Universal Binary (${{ matrix.os }})
name: Unsigned vfkit Universal Binary
path: "./out/vfkit"

0 comments on commit 18dc7be

Please sign in to comment.