Skip to content

Commit

Permalink
Fix powershell use of env again
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 authored May 20, 2021
1 parent 43fdf0c commit faddece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
SSL_COM_CREDENTIAL_ID: ${{ github.event_name == 'release' && secrets.SSL_COM_CREDENTIAL_ID || '' }}
SSL_COM_TOTP_SECRET: ${{ github.event_name == 'release' && secrets.SSL_COM_TOTP_SECRET || '' }}
SIGN: ${{ github.event_name == 'release' && '--sign' || '' }}
run: python build.py $SIGN
run: python build.py $Env:SIGN
- uses: actions/upload-artifact@v2
with:
name: thelio-io
Expand Down

0 comments on commit faddece

Please sign in to comment.