From 60098a0b723b2d3a4d4b331f220c42f1c2e3754e Mon Sep 17 00:00:00 2001 From: Piotr Siuszko Date: Wed, 28 Feb 2024 17:03:21 +0100 Subject: [PATCH] path v2 --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f4a80cd..7f8de66 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -103,8 +103,7 @@ jobs: - name: Build run: cargo build --release --example simple --target wasm32-unknown-unknown && wasm-bindgen --out-dir ./out/ --target web target/wasm32-unknown-unknown/release/examples/simple.wasm - name: Copy - working-directory: ./bevy_forge - run: cp -R assets out/ && cp wasm/* out/ && ls -R out + run: cp wasm/* out/ && ls -R out - name: Push uses: s0/git-publish-subdir-action@develop env: