We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3729054 commit d6c72f1Copy full SHA for d6c72f1
.github/workflows/bundle.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v5
18
- uses: actions-rust-lang/setup-rust-toolchain@v1
19
- name: Install Dioxus 📈
20
- run: curl -sSL http://dioxus.dev/install.sh | sh -s v0.7.2
+ run: cargo install dioxus-cli
21
- name: Create bundle
22
run: dx bundle -p sciwin --desktop --release
23
- uses: actions/upload-artifact@v5
@@ -55,7 +55,7 @@ jobs:
55
libayatana-appindicator3-dev \
56
librsvg2-dev
57
58
59
60
61
0 commit comments