We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c8100 commit 50c51bfCopy full SHA for 50c51bf
.github/workflows/ci.yml
@@ -42,6 +42,13 @@ jobs:
42
- name: Build Dioxus App
43
run: dx build --release --features bundle --target x86_64-pc-windows-msvc
44
45
+ - name: Move Assets
46
+ run: |
47
+ mv .\target\dx\MSULauncher\release\windows\app\assets\assets .\target\dx\MSULauncher\release\windows\app\assets_temp
48
+ rm .\target\dx\MSULauncher\release\windows\app\assets\
49
+ mv .\target\dx\MSULauncher\release\windows\app\assets_temp .\target\dx\MSULauncher\release\windows\app\assets
50
+
51
52
- name: Package the build artifacts
53
run: |
54
mkdir -p release
0 commit comments