Skip to content

Commit

Permalink
Merge pull request #86 from Monitor144hz/stable-sse
Browse files Browse the repository at this point in the history
Stable sse
  • Loading branch information
Monitor221hz authored Feb 2, 2024
2 parents 93fdaf9 + 7ad1cd8 commit a264d59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: release_stable_sse
name: build_stable_sse

on:
push:
Expand Down Expand Up @@ -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
1 change: 1 addition & 0 deletions PandoraPlus/Patch/Patchers/Skyrim/ProjectManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ public bool ActivatePackFile(PackFile packFile)
return false;
}


public bool ApplyPatches()
{
packFileCache.DeletePackFileOutput();
Expand Down

0 comments on commit a264d59

Please sign in to comment.