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 4707728 commit 569f465
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gearboy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:
- name: Add msbuild to PATH
uses: microsoft/[email protected]
- name: Get git version
id: gitversion
id: get-gitversion
run: |
gitversion="$(git describe --abbrev=7 --dirty --always --tags)"
echo "$branch_id"
echo "gitversion=$gitversion" >> "$GITHUB_OUTPUT"
gitversion="$(git describe --abbrev=7 --dirty --always --tags)"
echo "Git version: $gitversion"
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 569f465

Please sign in to comment.