Skip to content

Commit

Permalink
2.1 (#119)
Browse files Browse the repository at this point in the history
* Maybe

* Fix
  • Loading branch information
maxkatz6 committed Jan 8, 2024
1 parent 5a3f196 commit 8a96138
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
build:
runs-on: windows-latest
runs-on: ubuntu-latest
outputs:
nbgv: ${{ steps.nbgv.outputs.SemVer2 }}
steps:
Expand All @@ -34,19 +34,12 @@ jobs:
with:
setAllVars: true

- name: NuGet Restore
run: dotnet restore
working-directory: src

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1

- name: Build
run: dotnet build --configuration ${{ env.configuration }}
working-directory: src

- name: Create NuGet Artifacts
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v4
with:
name: nuget
path: '**/*.nupkg'
Expand All @@ -62,7 +55,7 @@ jobs:
fetch-depth: 0

- name: Download NuGet Packages
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: nuget

Expand Down

0 comments on commit 8a96138

Please sign in to comment.