mirror of
https://github.com/ouch-org/ouch.git
synced 2025-07-21 17:10:15 +00:00
fix workflow paths
This commit is contained in:
parent
61dab2af29
commit
2685c2a95b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user