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 3102283 commit 43fdf0cCopy full SHA for 43fdf0c
.github/workflows/ci.yml
@@ -26,4 +26,4 @@ jobs:
26
- uses: actions/upload-artifact@v2
27
with:
28
name: thelio-io
29
- path: target/wix/thelio-io-*.msi
+ path: ${{ github.event_name == 'release' && 'target/sign/thelio-io-*.msi' || 'target/wix/thelio-io-*.msi' }}
0 commit comments