Skip to content

Commit 4e8fd17

Browse files
authored
Update build.yaml
1 parent 0ae5b86 commit 4e8fd17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
154154
- name: Deploy
155155
run: |
156-
ls -la
156+
cd build/
157157
macdeployqt "${APP_NAME}.app" -dmg
158158
mv "${APP_NAME}.dmg" "${APP_LABEL}-${{ env.PACKAGE_VERSION }}.dmg"
159159
@@ -189,7 +189,7 @@ jobs:
189189
mkdir build
190190
cd build
191191
qmake "../src/${{ env.APP_NAME }}.pro" CONFIG+="${{ env.BUILD_TYPE }}"
192-
mingw32-make -j$(nproc)
192+
mingw32-make -j4
193193
194194
- name: Deploy with windeployqt
195195
run: |

0 commit comments

Comments
 (0)