Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 62f7351

Browse files
authored
trying to fix CI/CD
1 parent 9fd19e3 commit 62f7351

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/compile.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Compile Solution
1+
name: Compile Solution
22

33
on: [push, pull_request]
44

@@ -30,7 +30,7 @@ jobs:
3030
run: msbuild Spcode.csproj /p:Configuration=Release /p:langversion=latest
3131

3232
# Build Installer
33-
- name: Build Installer (NSIS)
33+
- name: Build Installer (NSIS)
3434
uses: joncloud/makensis-action@v1
3535
with:
3636
script-file: .\bin\Release\SPCode.nsi
@@ -41,6 +41,7 @@ jobs:
4141
name: SPCode.Installer.exe
4242
path: .\bin\Release\SPCode.Installer.exe
4343

44+
4445
# Compress Portable Version
4546
- name: Compress Portable Version
4647
run: .\bin\Release\Compress.ps1
@@ -54,7 +55,7 @@ jobs:
5455

5556
# Build Updater
5657
- name: Build Updater
57-
run: msbuild Deploy\SpcodeUpdater\SpcodeUpdater.csproj /p:Configuration=Release
58+
run: msbuild Deploy\SpcodeUpdater\SpcodeUpdater.csproj /p:Configuration=Release /p:langversion=latest
5859

5960
- name: Artifact Updater
6061
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)