From 9d1f1ecca198e1db751f80710bdbe7bbf8f80570 Mon Sep 17 00:00:00 2001 From: CM Date: Mon, 8 Jan 2024 20:47:01 +0000 Subject: [PATCH] Update node.js.yml correct release links --- .github/workflows/node.js.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index a3f60b26..2b418cc9 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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 }} \ No newline at end of file