Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanFuentealba committed Feb 2, 2024
1 parent f12a924 commit a9feb75
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/flipperZeroAction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9feb75

Please sign in to comment.