Skip to content

Commit

Permalink
Merge pull request #326 from cfergeau/gh
Browse files Browse the repository at this point in the history
gh: Fix 'if:' statement to avoid multiple uploads
  • Loading branch information
openshift-merge-bot[bot] authored Feb 5, 2024
2 parents c2db980 + c988a22 commit c62637d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
mv bin/gvproxy.exe bin/gvproxy-windowsgui.exe
- uses: actions/upload-artifact@v4
if: ${{ matrix.go-version }} == '1.21.x'
if: matrix.go-version == '1.21.x'
with:
name: gvisor-tap-vsock-binaries
path: bin/*
Expand Down
1 change: 1 addition & 0 deletions OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ approvers:
reviewers:
- baude
- cfergeau
- jakecorrenti
- praveenkumar

0 comments on commit c62637d

Please sign in to comment.