Skip to content

Commit

Permalink
Update build-and-publish.yml (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
runceel authored Dec 21, 2023
1 parent 4c94b3a commit 7e977ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

release-to-nuget:
runs-on: windows-latest
needs: [build]
needs: build
steps:
- name: Download archives
uses: actions/download-artifact@v2
Expand All @@ -70,7 +70,7 @@ jobs:

create-release:
runs-on: windows-latest
needs: [build]
needs: build
steps:
- name: Download archives
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 7e977ce

Please sign in to comment.