Skip to content

Commit

Permalink
引入OlivaStoryCore
Browse files Browse the repository at this point in the history
  • Loading branch information
lunzhiPenxil committed Dec 29, 2023
1 parent d9d2955 commit 93b6b04
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/releaseWithOlivOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 ../../
Expand Down

0 comments on commit 93b6b04

Please sign in to comment.