Remove outdated parameter for windeployqt
This commit is contained in:
parent
181cea3ef0
commit
4a70591477
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -115,7 +115,7 @@ jobs:
|
|||||||
working-directory: ${{github.workspace}}/bin/
|
working-directory: ${{github.workspace}}/bin/
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
windeployqt --no-quick-import --no-translations --no-virtualkeyboard --no-compiler-runtime --no-webkit2 --no-opengl-sw ./Attorney_Online.exe
|
windeployqt --no-quick-import --no-translations --no-compiler-runtime --no-opengl-sw ./Attorney_Online.exe
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@master
|
uses: actions/upload-artifact@master
|
||||||
|
Loading…
Reference in New Issue
Block a user