Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Fixing artifact name
  • Loading branch information
msooseth authored Feb 21, 2024
1 parent 3a996e3 commit efff742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: hevm-${{ matrix.os_attr }}
name: hevm-${{ matrix.runtime }}
path: result/bin/hevm

extra-tests:
Expand Down

0 comments on commit efff742

Please sign in to comment.