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 43fdf0c commit faddeceCopy full SHA for faddece
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
SSL_COM_CREDENTIAL_ID: ${{ github.event_name == 'release' && secrets.SSL_COM_CREDENTIAL_ID || '' }}
23
SSL_COM_TOTP_SECRET: ${{ github.event_name == 'release' && secrets.SSL_COM_TOTP_SECRET || '' }}
24
SIGN: ${{ github.event_name == 'release' && '--sign' || '' }}
25
- run: python build.py $SIGN
+ run: python build.py $Env:SIGN
26
- uses: actions/upload-artifact@v2
27
with:
28
name: thelio-io
0 commit comments