7 description: Run id of the action run to pull artifacts from
13 runs-on: ubuntu-latest
16 uses: actions/checkout@v4
18 - name: Download artifacts
19 uses: dawidd6/action-download-artifact@v2
22 workflow: build-and-test.yml
23 run_id: ${{ github.event.inputs.run_id }}
25 - name: Package release assets
26 run: scripts/package-release-assets.sh
28 - name: Create release
29 uses: softprops/action-gh-release@v1
32 name: manual release ${{ github.event.inputs.run_id }}