File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131
131
- name : Download Tests
132
132
uses : actions/download-artifact@v4
133
133
with :
134
- name : swiftly-tests -x86_64
134
+ name : test- swiftly-linux -x86_64
135
135
- name : Extract and Run Workflow Tests
136
136
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
137
137
@@ -151,7 +151,7 @@ jobs:
151
151
- name : Download Tests
152
152
uses : actions/download-artifact@v4
153
153
with :
154
- name : swiftly-tests -x86_64
154
+ name : test- swiftly-linux -x86_64
155
155
- name : Extract and Run Workflow Tests
156
156
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
157
157
You can’t perform that action at this time.
0 commit comments