Skip to content

Commit 0da9dc0

Browse files
authored
Merge pull request #1835 from swiftwasm/maxd/hello-wasm
Make hello.wasm naming consistent on CI
2 parents b64823c + e05bb97 commit 0da9dc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -246,5 +246,5 @@ jobs:
246246
- name: Upload hello.wasm compiled with Ubuntu 20.04 package
247247
uses: actions/upload-artifact@v1
248248
with:
249-
name: ubuntu2004-hello.wasm
250-
path: hello.wasm
249+
name: ubuntu20.04-hello.wasm
250+
path: hello.wasm

0 commit comments

Comments
 (0)