From 93b6b04ec32a84dff22d72ed7bac8df3a292c421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=91=E8=B4=A8?= Date: Fri, 29 Dec 2023 15:44:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=85=A5OlivaStoryCore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/releaseWithOlivOS.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/releaseWithOlivOS.yml b/.github/workflows/releaseWithOlivOS.yml index 015ae32..9f10e04 100644 --- a/.github/workflows/releaseWithOlivOS.yml +++ b/.github/workflows/releaseWithOlivOS.yml @@ -63,6 +63,11 @@ jobs: with: repository: OlivOS-Team/OlivaDiceOdyssey path: ./download/OlivaDiceOdyssey/ + - name: Checkout OlivaStoryCore + uses: actions/checkout@v3 + with: + repository: OlivOS-Team/OlivaStoryCore + path: ./download/OlivaStoryCore/ - name: Checkout OlivaDiceNativeGUI uses: actions/checkout@v3 with: @@ -91,6 +96,10 @@ jobs: zip -r ../../../unpack/OlivaDiceOdyssey.opk ./ cd ../../ echo "Pack OlivaDiceOdyssey Done" + cd ./OlivaStoryCore/OlivaStoryCore + zip -r ../../../unpack/OlivaStoryCore.opk ./ + cd ../../ + echo "Pack OlivaStoryCore Done" cd ./OlivaDiceNativeGUI/OlivaDiceNativeGUI zip -r ../../../unpack/OlivaDiceNativeGUI.opk ./ cd ../../