Skip to content

Commit

Permalink
Update gearsystem.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius authored Jan 9, 2024
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
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
linux:
name: Linux
name: Linux (Ubuntu)
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8f02587

Please sign in to comment.