Skip to content

Commit

Permalink
Update gearboy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius authored Jan 9, 2024
1 parent c456c0c commit 40f5f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gearboy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: microsoft/[email protected]
- name: Get git version
id: get-gitversion
run: echo "gitversion=$(git describe --abbrev=7 --dirty --always --tags)" >> "$GITHUB_OUTPUT"
run: echo "gitversion=$(git describe --abbrev=7 --dirty --always --tags)" >> $Env:GITHUB_OUTPUT
- name: msbuild
run: msbuild Gearboy.sln /t:Clean,Build /p:EmulatorBuild="${{ steps.gitversion.outputs.gitversion }}" /p:Configuration=Release
working-directory: platforms/windows
Expand Down

0 comments on commit 40f5f68

Please sign in to comment.