Skip to content

Commit 3305477

Browse files
authored
ci: fix download actions
1 parent c893708 commit 3305477

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,14 @@ on:
88
- completed
99

1010
jobs:
11-
upload:
11+
download:
1212
runs-on: ubuntu-latest
1313
if: >
1414
github.event.workflow_run.event == 'pull_request' &&
1515
github.event.workflow_run.conclusion == 'success'
1616
steps:
1717
- name: "Download Artifact"
1818
uses: actions/download-artifact@v4
19-
with:
20-
name: pr.zip
21-
- run: unzip pr.zip
2219

2320
- name: "Save PR number to env.number"
2421
run: echo "number=$(cat ./pr/NR)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)