fix workflow paths

This commit is contained in:
João Marcos 2025-04-06 17:21:41 -03:00
parent 61dab2af29
commit 2685c2a95b
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ jobs:
uses: dawidd6/action-download-artifact@v6
with:
path: artifacts
workflow: ./.github/workflows/build-artifacts-and-run-tests.yml
- name: Package release assets
run: scripts/package-release-assets.sh

View File

@ -18,7 +18,7 @@ jobs:
uses: dawidd6/action-download-artifact@v6
with:
path: artifacts
workflow: build-artifacts-and-run-tests.yml
workflow: ./.github/workflows/build-artifacts-and-run-tests.yml
run_id: ${{ github.event.inputs.run_id }}
- name: Package release assets