Skip to content

Commit e05bb97

Browse files
authored
Make hello.wasm naming consistent on CI
1 parent cdd8db1 commit e05bb97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
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)