mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-05 02:55:31 +00:00
CI: fix releases
This commit is contained in:
parent
3bf6aaa810
commit
61dab2af29
@ -15,7 +15,7 @@ jobs:
|
|||||||
automated-draft-release:
|
automated-draft-release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
|
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
|
||||||
needs: build-artifacts-and-run-tests
|
needs: call-workflow-build-artifacts-and-run-tests
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -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-and-test.yml
|
workflow: 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