mirror of
https://github.com/ouch-org/ouch.git
synced 2025-07-22 17:40:17 +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
|
uses: dawidd6/action-download-artifact@v6
|
||||||
with:
|
with:
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
workflow: ./.github/workflows/build-artifacts-and-run-tests.yml
|
||||||
|
|
||||||
- name: Package release assets
|
- name: Package release assets
|
||||||
run: scripts/package-release-assets.sh
|
run: scripts/package-release-assets.sh
|
||||||
|
@ -18,7 +18,7 @@ jobs:
|
|||||||
uses: dawidd6/action-download-artifact@v6
|
uses: dawidd6/action-download-artifact@v6
|
||||||
with:
|
with:
|
||||||
path: artifacts
|
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 }}
|
run_id: ${{ github.event.inputs.run_id }}
|
||||||
|
|
||||||
- name: Package release assets
|
- name: Package release assets
|
||||||
|
Loading…
x
Reference in New Issue
Block a user