Skip to content

Commit 50c51bf

Browse files
committed
ci: move assets before packaging
1 parent 53c8100 commit 50c51bf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ jobs:
4242
- name: Build Dioxus App
4343
run: dx build --release --features bundle --target x86_64-pc-windows-msvc
4444

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+
4552
- name: Package the build artifacts
4653
run: |
4754
mkdir -p release

0 commit comments

Comments
 (0)