Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobK410 authored Feb 6, 2024
1 parent 4cf9994 commit b28f39e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:
create_nuget:
name: nuget prep
runs-on: self-hosted
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -41,7 +41,7 @@ jobs:
path: ${{env.NuGetDirectory}}/*.nupkg

run_test:
runs-on: self-hosted
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
Expand All @@ -54,7 +54,7 @@ jobs:
deploy:
# Publish only when creating a GitHub Release
if: github.event_name == 'release'
runs-on: self-hosted
runs-on: windows-latest
needs: [create_nuget,run_test]
steps:
# Download the NuGet package created in the previous job
Expand Down

0 comments on commit b28f39e

Please sign in to comment.