Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniol-lck committed Mar 7, 2022
1 parent 95d0670 commit 7466138
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ jobs:
qmake
mingw32-make.exe qmake_all
mingw32-make.exe
- name: list msys dll
shell: pwsh
run : |
ls C:/msys64/${{ matrix.mingw_arch }}/bin/
- name: package
id: package
shell: pwsh
Expand Down Expand Up @@ -227,7 +231,6 @@ jobs:
(Get-Content package/modmanager.nsi).replace('PROGRAMFILES', 'PROGRAMFILES64') | Set-Content package/modmanager.nsi
- name: Create installer
run: |
chcp 936
makensis package/modmanager.nsi
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 7466138

Please sign in to comment.