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 48b6c07 commit 29fb296Copy full SHA for 29fb296
.github/workflows/nightly.yml
@@ -115,5 +115,5 @@ jobs:
115
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_KEY_SECRET }}
116
AWS_DEFAULT_REGION: ${{ secrets.AWS_REGION }}
117
run: |
118
- aws s3 cp ./release/gitui.msi $env:AWS_BUCKET_NAME
+ aws s3 cp ./release/gitui-win.msi $env:AWS_BUCKET_NAME
119
aws s3 cp ./release/gitui-win.tar.gz $env:AWS_BUCKET_NAME
0 commit comments