Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oulrich1 committed May 4, 2024
1 parent c5d1344 commit 314ce0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
rustup target add wasm32-unknown-unknown
- name: Build the Rust WASM app and all of its assets
run: trunk build --public-url ${{ github.event.repository.name }} --release
run: cd client && trunk build --public-url ${{ github.event.repository.name }} --release

- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: "./dist"
path: "./client/dist"

deploy:
needs: build
Expand Down

0 comments on commit 314ce0c

Please sign in to comment.