Skip to content

Commit 29fb296

Browse files
committed
fix win msi naming
1 parent 48b6c07 commit 29fb296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,5 @@ jobs:
115115
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_KEY_SECRET }}
116116
AWS_DEFAULT_REGION: ${{ secrets.AWS_REGION }}
117117
run: |
118-
aws s3 cp ./release/gitui.msi $env:AWS_BUCKET_NAME
118+
aws s3 cp ./release/gitui-win.msi $env:AWS_BUCKET_NAME
119119
aws s3 cp ./release/gitui-win.tar.gz $env:AWS_BUCKET_NAME

0 commit comments

Comments
 (0)