Skip to content

Commit

Permalink
Try ceeate installer
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Apr 20, 2024
1 parent bb8da92 commit 272a2e8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Get Cache NuGet packages
- name: Cache NuGet packages
uses: actions/cache@v3
with:
path: ~/.nuget/packages
Expand Down Expand Up @@ -79,4 +79,8 @@ jobs:
name: ShockOsc
path: publish/


- name: Create nsis installer
uses: joncloud/makensis-action@publish
with:
arguments: ${{ github.workspace }}/Installer/installer.nsi
additional-plugin-paths: ${{ github.workspace }}/Installer/Plugins

0 comments on commit 272a2e8

Please sign in to comment.