Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
tibel committed Nov 18, 2022
1 parent 32c6e5f commit 04f5af3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
jobs:
build:

runs-on: windows-2022
runs-on: windows-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
Expand All @@ -22,7 +22,7 @@ jobs:
run: msbuild Caliburn.Light.sln /restore /t:Pack /p:Configuration=Release

- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: NuGet packages
path: bin/platform/**/*.nupkg

0 comments on commit 04f5af3

Please sign in to comment.