Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #25 from xpouyat/dev
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
xpouyat authored Dec 20, 2023
2 parents 0277689 + 0863825 commit a2eeec7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publishnuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ defaults:
jobs:
create_nuget:
runs-on: windows-latest
needs: [ run_test ]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -69,9 +70,9 @@ jobs:
# Publish only when creating a GitHub Release
# https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository
# You can update this logic if you want to manage releases differently
#if: github.event_name == 'release'
# if: github.event_name == 'release'
runs-on: windows-latest
needs: [ run_test ]
needs: [ create_nuget ]
steps:
# Download the NuGet package created in the previous job
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit a2eeec7

Please sign in to comment.