Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Mar 6, 2024
1 parent 895b38a commit 7c4cea9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
uses: actions/upload-artifact@v3
with:
path: dist/vyper.*
name: vyper-${{ matrix.os }}

windows-build:
runs-on: windows-latest
Expand Down Expand Up @@ -77,7 +76,6 @@ jobs:
uses: actions/upload-artifact@v3
with:
path: dist/vyper.*
name: vyper-windows

publish-release-assets:
needs: [windows-build, unix-build]
Expand Down

0 comments on commit 7c4cea9

Please sign in to comment.