diff --git a/.github/workflows/release_stable_sse.yaml b/.github/workflows/build_stable_sse.yaml similarity index 96% rename from .github/workflows/release_stable_sse.yaml rename to .github/workflows/build_stable_sse.yaml index 8ec369c..6470c44 100644 --- a/.github/workflows/release_stable_sse.yaml +++ b/.github/workflows/build_stable_sse.yaml @@ -1,4 +1,4 @@ -name: release_stable_sse +name: build_stable_sse on: push: @@ -58,11 +58,10 @@ jobs: uses: actions/download-artifact@v4 with: name: Pandora.Behaviour.Engine - - name: Upload Release uses: softprops/action-gh-release@v0.1.15 with: files: | - */*.zip + ${{github.workspace}}/Pandora.Behaviour.Engine.zip diff --git a/PandoraPlus/Patch/Patchers/Skyrim/ProjectManager.cs b/PandoraPlus/Patch/Patchers/Skyrim/ProjectManager.cs index d8da57f..f6ab805 100644 --- a/PandoraPlus/Patch/Patchers/Skyrim/ProjectManager.cs +++ b/PandoraPlus/Patch/Patchers/Skyrim/ProjectManager.cs @@ -219,6 +219,7 @@ public bool ActivatePackFile(PackFile packFile) return false; } + public bool ApplyPatches() { packFileCache.DeletePackFileOutput();