Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
correct release links
  • Loading branch information
grctest committed Jan 8, 2024
1 parent d32fa5d commit 9d1f1ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@ jobs:
--------
| Platform | SHA256 Checksum |
|---|---|
|[Microsoft Windows](https://github.com/bitshares/beet/releases/download/${{ github.ref_name }}/BeetEOSSetup.exe)|`${{steps.calc_hash.outputs.exehash}}`|
|[MacOS](https://github.com/bitshares/beet/releases/download/${{ github.ref_name }}/BeetEOSSetup.dmg)|`${{steps.calc_hash.outputs.dmghash}}`|
|[Linux Deb](https://github.com/bitshares/beet/releases/download/${{ github.ref_name }}/BeetEOSSetup.deb)|`${{steps.calc_hash.outputs.debhash}}`|
|[Linux AppImage](https://github.com/bitshares/beet/releases/download/${{ github.ref_name }}/BeetEOSSetup.AppImage)|`${{steps.calc_hash.outputs.apphash}}`|
|[EXE blockmap](https://github.com/bitshares/beet/releases/download/${{ github.ref_name }}/BeetEOSSetup.exe.blockmap)|`${{steps.calc_hash.outputs.blockmaphash}}`|
|[Latest.yml](https://github.com/bitshares/beet/releases/download/${{ github.ref_name }}/latest.yml)|`${{steps.calc_hash.outputs.ymlhash}}`|
|[Microsoft Windows](https://github.com/beetapp/beeteos/releases/download/${{ github.ref_name }}/BeetEOSSetup.exe)|`${{steps.calc_hash.outputs.exehash}}`|
|[MacOS](https://github.com/beetapp/beeteos/releases/download/${{ github.ref_name }}/BeetEOSSetup.dmg)|`${{steps.calc_hash.outputs.dmghash}}`|
|[Linux Deb](https://github.com/beetapp/beeteos/releases/download/${{ github.ref_name }}/BeetEOSSetup.deb)|`${{steps.calc_hash.outputs.debhash}}`|
|[Linux AppImage](https://github.com/beetapp/beeteos/releases/download/${{ github.ref_name }}/BeetEOSSetup.AppImage)|`${{steps.calc_hash.outputs.apphash}}`|
|[EXE blockmap](https://github.com/beetapp/beeteos/releases/download/${{ github.ref_name }}/BeetEOSSetup.exe.blockmap)|`${{steps.calc_hash.outputs.blockmaphash}}`|
|[Latest.yml](https://github.com/beetapp/beeteos/releases/download/${{ github.ref_name }}/latest.yml)|`${{steps.calc_hash.outputs.ymlhash}}`|
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9d1f1ec

Please sign in to comment.