Skip to content

Commit d75ea29

Browse files
committed
Changing paths
1 parent 955481d commit d75ea29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/download-artifact@v4
7676
with:
7777
name: ${{env.EXEC}}
78-
path: data/
78+
path: gui/packaging/data/
7979

8080
- name: Set up Python
8181
uses: actions/setup-python@v5
@@ -97,10 +97,10 @@ jobs:
9797

9898
- name: Run windeployqt
9999
run: |
100-
& "${{ env.Qt6_DIR }}\bin\windeployqt.exe" data\${{ env.EXEC }} --release --force
100+
& "${{ env.Qt6_DIR }}\bin\windeployqt.exe" gui\packaging\data\${{ env.EXEC }} --release --force
101101
102102
- name: Copy icon
103-
run: copy gui\assets\icon\eeprom_icon.ico data\
103+
run: copy gui\assets\icon\eeprom_icon.ico gui\packaging\data\
104104

105105
- name: Generate Inno Setup script
106106
run: python gui/packaging/package.py

0 commit comments

Comments
 (0)