Skip to content

Commit

Permalink
chore: adjust updater
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Jun 3, 2024
1 parent 4d9fea0 commit 99d41ab
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/uno-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,23 @@ jobs:
with:
fetch-depth: 0

- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.300'

- name: Setup GitVersion
uses: gittools/actions/gitversion/setup@v0.9.9
with:
versionSpec: '5.10.3'

- name: GitVersion
id: gitversion
uses: gittools/actions/gitversion/execute@v0.9.9
with:
useConfigFile: true
configFilePath: build/gitversion.yml

- name: Run Uno Sdk Updater
run: dotnet run --project tools/Uno.Sdk.Updater

Expand Down

0 comments on commit 99d41ab

Please sign in to comment.