Skip to content

Commit

Permalink
Restore set-env use (>> $GITHUB_ENV not working)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkerloch authored Oct 9, 2020
1 parent 62be73c commit e1aadc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releasesWindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
cpack -GNSIS
$NSIS_NAME=dir *.exe
$NSIS_NAME=Split-Path $NSIS_NAME -Leaf
echo "NSIS_NAME=$NSIS_NAME" >> $GITHUB_ENV
echo "::set-env name=NSIS_NAME::$NSIS_NAME"
- name: Upload NSIS installer
uses: actions/[email protected]
Expand Down

0 comments on commit e1aadc3

Please sign in to comment.