Skip to content

Commit

Permalink
I am an idiot. ..and also can't be bothered to figure out how to do t…
Browse files Browse the repository at this point in the history
…hat in Powershell right now.
  • Loading branch information
sdcondon committed Nov 27, 2021
1 parent b5b12da commit cf0edc2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ on:

jobs:
build:
runs-on: windows-2022
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master

- uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'

- uses: nuget/setup-nuget@v1
with:
nuget-api-key: ${{ secrets.NUGET_API_KEY }}
Expand Down

0 comments on commit cf0edc2

Please sign in to comment.