Skip to content

Commit

Permalink
fix[ci]: release artifacts (#3839)
Browse files Browse the repository at this point in the history
fix another regression from 730679b with incorrectly setting the name of
the file.
  • Loading branch information
charles-cooper committed Mar 8, 2024
1 parent b165ac8 commit 541b2e7
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 541b2e7

Please sign in to comment.