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 238ac5b commit 79f8a46
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 @@ -65,7 +65,7 @@ jobs:
id: get-gitversion
run: |
$cmdout = git describe --abbrev=7 --dirty --always --tags
echo "$gitversion = $cmdout" >> $Env:GITHUB_OUTPUT
echo "gitversion = $cmdout" >> $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 79f8a46

Please sign in to comment.