Skip to content

Commit

Permalink
only upload torrent for gui installers (#18338)
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Jul 18, 2024
1 parent a7ad644 commit 5ec2b54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reflow-publish-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ jobs:
run: |
aws s3 cp artifacts/${FILE} ${INSTALL_S3_URL}
aws s3 cp artifacts/${FILE}.sha256 ${INSTALL_S3_URL}
- name: Upload Release Torrent
if: steps.check_secrets.outputs.HAS_AWS_SECRET && env.RELEASE == 'true' && matrix.mode.matrix == 'gui'
run: |
aws s3 cp artifacts/${FILE}.torrent ${TORRENT_S3_URL}
- name: Upload release artifacts
Expand Down

0 comments on commit 5ec2b54

Please sign in to comment.