Skip to content

Commit faddece

Browse files
authored
Fix powershell use of env again
1 parent 43fdf0c commit faddece

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
@@ -22,7 +22,7 @@ jobs:
2222
SSL_COM_CREDENTIAL_ID: ${{ github.event_name == 'release' && secrets.SSL_COM_CREDENTIAL_ID || '' }}
2323
SSL_COM_TOTP_SECRET: ${{ github.event_name == 'release' && secrets.SSL_COM_TOTP_SECRET || '' }}
2424
SIGN: ${{ github.event_name == 'release' && '--sign' || '' }}
25-
run: python build.py $SIGN
25+
run: python build.py $Env:SIGN
2626
- uses: actions/upload-artifact@v2
2727
with:
2828
name: thelio-io

0 commit comments

Comments
 (0)