Skip to content

Commit

Permalink
Workflow experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
negrutiu committed Jun 5, 2024
1 parent 563d6d5 commit 1fba954
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,15 @@ jobs:

- name: NSIS example (x86-unicode)
shell: cmd
run: makensis.exe /DPLUGIN_DIR=..\Plugins\x86-unicode artifacts\Examples\NScurl\NScurl-Test.nsi
run: makensis.exe /DPLUGIN_DIR=..\..\Plugins\x86-unicode artifacts\Examples\NScurl\NScurl-Test.nsi

- name: NSIS example (x86-ansi)
shell: cmd
run: makensis.exe /DPLUGIN_DIR=..\Plugins\x86-ansi /DANSI artifacts\Examples\NScurl\NScurl-Test.nsi
run: makensis.exe /DPLUGIN_DIR=..\..\Plugins\x86-ansi /DANSI artifacts\Examples\NScurl\NScurl-Test.nsi

- name: NSIS example (amd64-unicode)
shell: cmd
run: makensis.exe /DPLUGIN_DIR=..\Plugins\amd64-unicode /DAMD64 artifacts\Examples\NScurl\NScurl-Test.nsi
run: makensis.exe /DPLUGIN_DIR=..\..\Plugins\amd64-unicode /DAMD64 artifacts\Examples\NScurl\NScurl-Test.nsi

- name: Upload NSIS examples
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1fba954

Please sign in to comment.