Skip to content

Commit

Permalink
Include run ID in download-artifact job
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k committed Nov 7, 2024
1 parent b4f1f98 commit 2a0a7bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
name: Release-plz
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
with:
name: prophet-wasmstan.wasm
path: crates/augurs-prophet/prophet-wasmstan.wasm
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
with:
name: prophet-wasmstan.wasm
path: crates/augurs-prophet/prophet-wasmstan.wasm
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout sources
uses: actions/checkout@v4

Expand Down

0 comments on commit 2a0a7bb

Please sign in to comment.