We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26fc553 commit 221b345Copy full SHA for 221b345
.github/workflows/windows-web.yml
@@ -11,7 +11,6 @@ jobs:
11
env:
12
# The directory of the web installer project
13
WINDOWS_WEB_DIR: ${{ github.workspace }}/windows/web
14
- PLUGINS_DIR: ${{ github.workspace }}/NSIS_Plugins
15
16
steps:
17
- name: Install NSIS
@@ -27,7 +26,6 @@ jobs:
27
26
uses: joncloud/[email protected]
28
with:
29
script-file: ${{ env.WINDOWS_WEB_DIR }}/slimevr_web_installer.nsi
30
-# additional-plugin-paths: ${{ env.PLUGINS_DIR }}
31
32
- name: Upload the installer as a build artifact
33
uses: actions/upload-artifact@v4
0 commit comments