From 0759bc7d4c3cebf211b14e796f6af153b1ed6022 Mon Sep 17 00:00:00 2001 From: William Allen Date: Thu, 3 Nov 2022 19:12:31 -0500 Subject: [PATCH] Adding missing env value for osx torrent creation (#13813) --- .github/workflows/build-macos-installers.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-macos-installers.yml b/.github/workflows/build-macos-installers.yml index 7c80e11f9922..150c652606b7 100644 --- a/.github/workflows/build-macos-installers.yml +++ b/.github/workflows/build-macos-installers.yml @@ -229,6 +229,8 @@ jobs: aws s3 cp ${{ github.workspace }}/build_scripts/final_installer/Chia-${{ steps.version_number.outputs.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg s3://download.chia.net/dev/Chia-${CHIA_DEV_BUILD}${{ matrix.os.file-suffix }}.dmg - name: Create torrent + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} if: env.FULL_RELEASE == 'true' run: | py3createtorrent -f -t udp://tracker.opentrackr.org:1337/announce ${{ github.workspace }}/build_scripts/final_installer/Chia-${{ steps.version_number.outputs.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg -o ${{ github.workspace }}/build_scripts/final_installer/Chia-${{ steps.version_number.outputs.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg.torrent --webseed https://download.chia.net/install/Chia-${{ steps.version_number.outputs.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg