Skip to content

Commit

Permalink
fix(ci): use appId as artifact name
Browse files Browse the repository at this point in the history
"Artifact names must be unique"
  • Loading branch information
wilsonianb committed Aug 22, 2024
1 parent 98a5226 commit f6ff342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: worker_script
name: ${{ github.event.inputs.appId }}
path: ${{ github.event.inputs.directory }}/${{ steps.get-script.outputs.WORKER_SCRIPT }}

- name: Deploy Worker
Expand All @@ -139,7 +139,7 @@ jobs:
- name: Download worker script
uses: actions/download-artifact@v4
with:
name: worker_script
name: ${{ github.event.inputs.appId }}
path: ./

- uses: actions/attest-build-provenance/predicate@d58ddf9f241cd8163408934540d01c3335864d64 # [email protected]
Expand Down

0 comments on commit f6ff342

Please sign in to comment.