Skip to content

Commit 43fdf0c

Browse files
authored
Upload signed MSI if building for a release
1 parent 3102283 commit 43fdf0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
- uses: actions/upload-artifact@v2
2727
with:
2828
name: thelio-io
29-
path: target/wix/thelio-io-*.msi
29+
path: ${{ github.event_name == 'release' && 'target/sign/thelio-io-*.msi' || 'target/wix/thelio-io-*.msi' }}

0 commit comments

Comments
 (0)