Skip to content

Commit 49b1c55

Browse files
committed
working on actions
1 parent ce84578 commit 49b1c55

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
run: cmake -B build -DCMAKE_TOOLCHAIN_FILE=$WASI_SDK_PATH/share/cmake/wasi-sdk.cmake -DCMAKE_BUILD_TYPE=Release
2323
- name: Build CMake
2424
run: cmake --build build
25-
- name: Copy Cart
26-
run: cp *.null0 webroot/
2725
- name: Upload artifact
2826
uses: actions/upload-pages-artifact@v3
2927
with:

0 commit comments

Comments
 (0)