Skip to content

Commit

Permalink
Bump version + clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olanod committed Dec 18, 2024
1 parent eec8c41 commit bebd8a3
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 74 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Install dependencies
run: cargo install dioxus-cli@0.5.0
run: cargo install dioxus-cli@0.6.0

- name: Build
run: dx build --release
Expand All @@ -36,5 +36,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: build-artifact-dev
path: ./dist

path: ./target/dx/virto-communities/release/web/public/
5 changes: 2 additions & 3 deletions .github/workflows/build-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Install dependencies
run: cargo install dioxus-cli@0.5.0
run: cargo install dioxus-cli@0.6.0

- name: Build
run: dx build --release
Expand All @@ -36,5 +36,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: build-artifact-prod
path: ./dist

path: ./target/dx/virto-communities/release/web/public/
Loading

0 comments on commit bebd8a3

Please sign in to comment.