We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4ddc0 commit 1a2c1d7Copy full SHA for 1a2c1d7
.github/workflows/build-windows-installer.yml
@@ -140,7 +140,6 @@ jobs:
140
aws s3 cp ${{ github.workspace }}\chia-blockchain-gui\release-builds\windows-installer\ChiaSetup-${{ steps.version_number.outputs.CHIA_INSTALLER_VERSION }}.exe s3://download-chia-net/builds/
141
142
- name: Create Checksums
143
- if: startsWith(github.ref, 'refs/tags/')
144
env:
145
CHIA_INSTALLER_VERSION: ${{ steps.version_number.outputs.CHIA_INSTALLER_VERSION }}
146
run: |
0 commit comments