Skip to content

Commit c92441c

Browse files
committed
Fix the artifact name for test-swiftly
1 parent 5de9c9a commit c92441c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- name: Download Tests
132132
uses: actions/download-artifact@v4
133133
with:
134-
name: swiftly-tests-x86_64
134+
name: test-swiftly-linux-x86_64
135135
- name: Extract and Run Workflow Tests
136136
run: cp swiftly-*.tar.gz /root/swiftly.tar.gz && cp test-swiftly-*.tar.gz /root && cd /root && tar zxf test-swiftly-*.tar.gz && ./test-swiftly -y ./swiftly.tar.gz
137137

@@ -151,7 +151,7 @@ jobs:
151151
- name: Download Tests
152152
uses: actions/download-artifact@v4
153153
with:
154-
name: swiftly-tests-x86_64
154+
name: test-swiftly-linux-x86_64
155155
- name: Extract and Run Workflow Tests
156156
run: cp swiftly-*.tar.gz /root/swiftly.tar.gz && cp test-swiftly-*.tar.gz /root && cd /root && tar zxf test-swiftly-*.tar.gz && ./test-swiftly -y --custom-location ./swiftly.tar.gz
157157

0 commit comments

Comments
 (0)