Skip to content

Commit

Permalink
Update release flow to download correct artefacts
Browse files Browse the repository at this point in the history
The release pipeline for whatever reason downloaded artefacts from the previous run, not the current. This doesn't fly so I've made it look for artefacts from the current run!
  • Loading branch information
Axemasta committed Feb 25, 2025
1 parent 61b7fb6 commit a8016ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mocale-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
repo: Axemasta/Mocale
workflow: mocale-ci.yml
path: Artifacts/
search_artifacts: true
run_id: ${{ github.event.workflow_run.id }}

- name: Process NuGet Version
shell: pwsh
Expand Down

0 comments on commit a8016ba

Please sign in to comment.