Skip to content

Commit

Permalink
fix download-artifact (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
elalish authored Nov 18, 2024
1 parent 7d6c285 commit 978f841
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
with:
workflow: manifold.yml
workflow_conclusion: completed
branch: maser
# specific to the triggering workflow
run_id: ${{github.event.workflow_run.id}}
# do not download from old run
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
workflow: manifold.yml
workflow_conclusion: completed
branch: master
check_artifact: true
check_artifacts: true
name: wasm
path: ./bindings/wasm/

Expand Down

0 comments on commit 978f841

Please sign in to comment.