Skip to content

Commit 221b345

Browse files
committed
Workflow cleanup
1 parent 26fc553 commit 221b345

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/windows-web.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
env:
1212
# The directory of the web installer project
1313
WINDOWS_WEB_DIR: ${{ github.workspace }}/windows/web
14-
PLUGINS_DIR: ${{ github.workspace }}/NSIS_Plugins
1514

1615
steps:
1716
- name: Install NSIS
@@ -27,7 +26,6 @@ jobs:
2726
uses: joncloud/[email protected]
2827
with:
2928
script-file: ${{ env.WINDOWS_WEB_DIR }}/slimevr_web_installer.nsi
30-
# additional-plugin-paths: ${{ env.PLUGINS_DIR }}
3129

3230
- name: Upload the installer as a build artifact
3331
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)