Skip to content

Commit

Permalink
Merge pull request #466 from skot/fix_artifact_name
Browse files Browse the repository at this point in the history
Change artifact name for test builds
  • Loading branch information
eandersson authored Nov 9, 2024
2 parents cdd596a + 4002c69 commit b3a2301
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 @@ -39,7 +39,7 @@ jobs:
- name: upload esp-miner.bin
uses: actions/upload-artifact@v4
with:
name: esp-miner-ota.bin
name: esp-miner.bin
path: ./build/esp-miner.bin
- name: upload www.bin
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b3a2301

Please sign in to comment.