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 dec54d5 commit 4707728
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gearboy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ jobs:
uses: microsoft/[email protected]
- name: Get git version
id: gitversion
run: gitversion="$(git describe --abbrev=7 --dirty --always --tags)" >> $GITHUB_OUTPUT
run: |
gitversion="$(git describe --abbrev=7 --dirty --always --tags)"
echo "$branch_id"
echo "gitversion=$gitversion" >> "$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 4707728

Please sign in to comment.