Skip to content

Commit 9cee18a

Browse files
committed
Remove ref to parsecrc.con
Add artifact upload
1 parent d395e96 commit 9cee18a

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/windows-build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,9 @@ jobs:
2828
uses: joncloud/makensis-action@v3.3
2929
with:
3030
script-file: platforms\vs\openparsec.nsi
31-
31+
32+
- name: Artifact
33+
uses: actions/upload-artifact@v1
34+
with:
35+
name: openparsec-installer.exe
36+
path: installer

platforms/vs/openparsec.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Section "" ;No components page, name is not important
4545
File lib\x64\libvorbisfile-3.dll
4646
File ..\..\openparsec-assets\LICENSE.artwork_sound
4747
File ..\..\openparsec-assets\openparsec.ico
48-
File ..\..\openparsec-assets\parsecrc.con
48+
;File ..\..\openparsec-assets\parsecrc.con
4949
File ..\..\openparsec-assets\pscdata0.dat
5050
File ..\..\openparsec-assets\pscdata1.dat
5151
File ..\..\openparsec-assets\pscdata2.dat

0 commit comments

Comments
 (0)