Skip to content

Commit

Permalink
Fix branch name in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheesebaron committed Sep 13, 2023
1 parent 58efc84 commit 4ecc282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
uses: dawidd6/action-download-artifact@v2
with:
workflow: build.yml
branch: master
branch: main
run_id: ${{ github.event.inputs.runId }}

- name: Download latest artifact
if: ${{ github.event.inputs.runId == -1 }}
uses: dawidd6/action-download-artifact@v2
with:
workflow: build.yml
branch: master
branch: main

- shell: pwsh
name: Publish NuGet Package
Expand Down

0 comments on commit 4ecc282

Please sign in to comment.