-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f12a924
commit a9feb75
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,12 +7,19 @@ jobs: | |
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
submodules: recursive # Ensure submodules are also checked out | ||
|
||
- name: Setup flipper-gblink submodule | ||
run: git submodule update --init --recursive | ||
|
||
# Add any additional steps needed for the build process | ||
# Replace this with your existing build steps | ||
|
||
- name: Build with ufbt GAME BOY Pokemon Trading | ||
uses: flipperdevices/[email protected] | ||
id: build-app-gb-pokemon-trading | ||
with: | ||
# Set to 'release' to build for latest published release version | ||
submodules: 'true' | ||
sdk-channel: release | ||
app-dir: ./ | ||
- name: Upload app artifacts GAME BOY Pokemon Trading | ||
|