Skip to content

Commit

Permalink
Update gearsystem.yml
Browse files Browse the repository at this point in the history
drhelius authored Jan 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9af3ac9 commit 8f02587
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gearsystem.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ on:

jobs:
linux:
name: Linux
name: Linux (Ubuntu)
runs-on: ubuntu-latest
steps:
- name: Checkout
@@ -63,7 +63,8 @@ jobs:
uses: microsoft/[email protected]
- name: Get git version
id: gitversion
run: echo "::set-output name=gitversion::$(git describe --abbrev=7 --dirty --always --tags)"
shell: bash
run: echo "gitversion=$(git describe --abbrev=7 --dirty --always --tags)" >> $GITHUB_OUTPUT
- name: msbuild
run: msbuild Gearsystem.sln /t:Clean,Build /p:EmulatorBuild="${{ steps.gitversion.outputs.gitversion }}" /p:Configuration=Release
working-directory: platforms/windows

0 comments on commit 8f02587

Please sign in to comment.