Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianp committed Oct 14, 2023
1 parent 6db8d4a commit b1c323a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-for-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run_id: ${{github.event.workflow_run.id }},
});
var matchArtifact = artifacts.data.artifacts.filter((artifact) => {
return artifact.name == "site"
return artifact.name == "website_out"
})[0];
var download = await github.actions.downloadArtifact({
owner: context.repo.owner,
Expand Down

0 comments on commit b1c323a

Please sign in to comment.