Explorar o código

Update GitHub Actions

Esteban Fuentealba hai 1 ano
pai
achega
a9feb751da
Modificáronse 1 ficheiros con 9 adicións e 2 borrados
  1. 9 2
      .github/workflows/flipperZeroAction.yml

+ 9 - 2
.github/workflows/flipperZeroAction.yml

@@ -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/flipperzero-ufbt-action@v0.1.3
         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