Skip to content

Commit

Permalink
Revert "attempt to fix multiple uploade"
Browse files Browse the repository at this point in the history
This reverts commit ce10e7b.
  • Loading branch information
cfergeau committed Feb 1, 2024
1 parent 4741eec commit 5879476
Showing 1 changed file with 1 addition 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

0 comments on commit 5879476

Please sign in to comment.