From 0161c9571f159238119c6b31da01346502f5f76e Mon Sep 17 00:00:00 2001 From: mat <26722564+matcool@users.noreply.github.com> Date: Mon, 21 Aug 2023 19:25:27 -0300 Subject: [PATCH 1/2] Update CCActionManager.h --- loader/include/Geode/cocos/actions/CCActionManager.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/loader/include/Geode/cocos/actions/CCActionManager.h b/loader/include/Geode/cocos/actions/CCActionManager.h index a385c1a1..a1dab8bc 100644 --- a/loader/include/Geode/cocos/actions/CCActionManager.h +++ b/loader/include/Geode/cocos/actions/CCActionManager.h @@ -68,6 +68,8 @@ public: */ ~CCActionManager(void); + GEODE_CUSTOM_CONSTRUCTOR_COCOS(CCActionManager, CCObject); + // actions /** Adds an action with a target. From c4e7ebf3c0c39bb85588771da8473f9085068770 Mon Sep 17 00:00:00 2001 From: mat <26722564+matcool@users.noreply.github.com> Date: Mon, 21 Aug 2023 19:31:06 -0300 Subject: [PATCH 2/2] include pdb in build artifact --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f91c5f45..bb577d19 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -143,7 +143,7 @@ jobs: - name: Zip Windows Artifacts uses: vimtor/action-zip@v1.1 with: - files: geode-win/XInput9_1_0.dll geode-win/Geode.dll geode-win/GeodeUpdater.exe geode-win/Geode.lib + files: geode-win/XInput9_1_0.dll geode-win/Geode.dll geode-win/GeodeUpdater.exe geode-win/Geode.lib geode-win/Geode.pdb dest: geode-${{ steps.ref.outputs.hash }}-win.zip # TODO change in 2.0.0