File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 33# SPDX-License-Identifier: MIT
44name : WipperSnapper Release Workflow for "Offline Mode" Alpha Feature
55on :
6- push :
7- branches :
8- - migrate-api-v2
6+ push :
7+ branches :
8+ - offline-mode
9+ release :
10+ types : [published]
11+ branches :
12+ - offline-mode
913 secrets :
1014 GH_REPO_TOKEN :
1115 required : true
@@ -205,6 +209,7 @@ jobs:
205209 git clone --quiet https://github.com/pstolarz/OneWireNg.git /home/runner/Arduino/libraries/OneWireNg
206210 git clone --quiet https://github.com/pstolarz/Arduino-Temperature-Control-Library.git /home/runner/Arduino/libraries/Arduino-Temperature-Control-Library
207211 git clone --quiet https://github.com/adafruit/Adafruit_TinyUSB_Arduino /home/runner/Arduino/libraries/Adafruit_TinyUSB_Arduino
212+ git clone --quiet --branch fix-for-pico https://github.com/brentru/SdFat.git /home/runner/Arduino/libraries/SdFat_-_Adafruit_Fork/
208213 - name : Download stable Nanopb
209214 id : download-nanopb
210215 continue-on-error : true
@@ -263,6 +268,7 @@ jobs:
263268 name : 🚀 Upload Release Files
264269 runs-on : ubuntu-latest
265270 needs : merge-job-build-files
271+ if : github.event_name == 'release' && startsWith(github.ref, 'refs/tags/')
266272 steps :
267273 - name : Download build artifacts from build-platform steps
268274 uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments