From 26ac7beba989d3754c5231966d7ed9e1ed8c52ea Mon Sep 17 00:00:00 2001 From: BenjaminZehowlt Date: Tue, 14 Nov 2023 16:33:30 -0500 Subject: [PATCH] j --- .github/workflows/github_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index bcdffc4a..a5dfb433 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -40,7 +40,7 @@ jobs: run: cp -r ${{ github.workspace }}/dist ${{ github.workspace }}/bin/x64/Release/html - name: Build Installer - run: joncloud/makensis-action@v4 + uses: joncloud/makensis-action@v4 with: script-file: ${{ github.workspace }}/Installer/installer.nsi additional-plugin-paths: ${{ github.workspace }}/Installer/Plugins