Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Use github ref variable rather than expression
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLester authored Jun 26, 2020
1 parent 6350b76 commit 7d7381a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
Compress-Archive ${{ github.workspace }}\dist\1418-dashboard-2020-darwin-x64 ${{ github.workspace }}\1418-dashboard-2020-darwin-x64.zip
- name: Build Project Windows
run: node create-windows-installer.js ${{ github.ref##*/ }}
run: node create-windows-installer.js ${GITHUB_REF##*/}
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 7d7381a

Please sign in to comment.