File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
uses : actions/upload-artifact@v1
50
50
with :
51
51
name : ubuntu18.04-installable
52
- path : ../swift-wasm-DEVELOPMENT-SNAPSHOT-ubuntu18.04-x86_64 .tar.gz
52
+ path : ../swift-wasm-DEVELOPMENT-SNAPSHOT-ubuntu18.04_x86_64 .tar.gz
53
53
# - name: Pack test results
54
54
# run: tar cJf swift-test-results.tar.gz ../build/*/swift-linux-x86_64/swift-test-results
55
55
# - name: Upload test results
95
95
uses : actions/upload-artifact@v1
96
96
with :
97
97
name : ubuntu20.04-installable
98
- path : ../swift-wasm-DEVELOPMENT-SNAPSHOT-ubuntu20.04-x86_64 .tar.gz
98
+ path : ../swift-wasm-DEVELOPMENT-SNAPSHOT-ubuntu20.04_x86_64 .tar.gz
99
99
# - name: Pack test results
100
100
# run: tar cJf swift-test-results.tar.gz ../build/*/swift-linux-x86_64/swift-test-results
101
101
# - name: Upload test results
@@ -132,7 +132,7 @@ jobs:
132
132
uses : actions/upload-artifact@v1
133
133
with :
134
134
name : macos-installable
135
- path : ../swift-wasm-DEVELOPMENT-SNAPSHOT-macos-x86_64 .tar.gz
135
+ path : ../swift-wasm-DEVELOPMENT-SNAPSHOT-macos_x86_64 .tar.gz
136
136
- name : Pack test results
137
137
working-directory : ${{ github.workspace }}/../
138
138
run : |
You can’t perform that action at this time.
0 commit comments