@@ -16,17 +16,17 @@ runs:
1616 cp witnet.toml release/
1717
1818 # Download & Hash Releases
19- - name : Download MacOS Build
20- uses : actions/download-artifact@v4
21- with :
22- name : macos-release
23- path : all-releases/macos/
24- - shell : bash
25- run : |
26- chmod +x ./all-releases/macos/*
27- cp genesis_block.json ./all-releases/macos/
28- cp witnet.toml ./all-releases/macos/
29- mv all-releases/macos/witnet_toolkit release/witnet_toolkit-x86_64-apple-darwin
19+ # - name: Download MacOS Build
20+ # uses: actions/download-artifact@v4
21+ # with:
22+ # name: macos-release
23+ # path: all-releases/macos/
24+ # - shell: bash
25+ # run: |
26+ # chmod +x ./all-releases/macos/*
27+ # cp genesis_block.json ./all-releases/macos/
28+ # cp witnet.toml ./all-releases/macos/
29+ # mv all-releases/macos/witnet_toolkit release/witnet_toolkit-x86_64-apple-darwin
3030
3131 - name : Download Windows Build
3232 uses : actions/download-artifact@v4
7979 - name : Tar Releases
8080 shell : bash
8181 run : |
82- tar -czvf release/witnet-${{github.ref_name}}-x86_64-apple-darwin.tar.gz -C all-releases/macos/ .
82+ # tar -czvf release/witnet-${{github.ref_name}}-x86_64-apple-darwin.tar.gz -C all-releases/macos/ .
8383 tar -czvf release/witnet-${{github.ref_name}}-x86_64-pc-windows-msvc.tar.gz -C all-releases/windows/ .
8484 tar -czvf release/witnet-${{github.ref_name}}-x86_64-unknown-linux-gnu.tar.gz -C all-releases/x86_64/ .
8585 tar -czvf release/witnet-${{github.ref_name}}-armv7-unknown-linux-gnueabihf.tar.gz -C all-releases/armv7/ .
@@ -91,12 +91,12 @@ runs:
9191 cd release
9292 sha256sum genesis_block.json >>SHA256SUMS
9393 sha256sum witnet.toml >> SHA256SUMS
94- sha256sum witnet-${{github.ref_name}}-x86_64-apple-darwin.tar.gz >> SHA256SUMS
94+ # sha256sum witnet-${{github.ref_name}}-x86_64-apple-darwin.tar.gz >> SHA256SUMS
9595 sha256sum witnet-${{github.ref_name}}-x86_64-pc-windows-msvc.tar.gz >> SHA256SUMS
9696 sha256sum witnet-${{github.ref_name}}-x86_64-unknown-linux-gnu.tar.gz >> SHA256SUMS
9797 sha256sum witnet-${{github.ref_name}}-armv7-unknown-linux-gnueabihf.tar.gz >> SHA256SUMS
9898 sha256sum witnet-${{github.ref_name}}-aarch64-unknown-linux-gnu.tar.gz >> SHA256SUMS
99- sha256sum witnet_toolkit-x86_64-apple-darwin >> SHA256SUMS
99+ # sha256sum witnet_toolkit-x86_64-apple-darwin >> SHA256SUMS
100100 sha256sum witnet_toolkit-x86_64-pc-windows-msvc.exe >> SHA256SUMS
101101 sha256sum witnet_toolkit-x86_64-unknown-linux-gnu >> SHA256SUMS
102102 sha256sum witnet_toolkit-armv7-unknown-linux-gnueabihf >> SHA256SUMS
0 commit comments