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 3
3
# SPDX-License-Identifier: MIT
4
4
name : WipperSnapper Release Workflow for "Offline Mode" Alpha Feature
5
5
on :
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
9
13
secrets :
10
14
GH_REPO_TOKEN :
11
15
required : true
@@ -205,6 +209,7 @@ jobs:
205
209
git clone --quiet https://github.com/pstolarz/OneWireNg.git /home/runner/Arduino/libraries/OneWireNg
206
210
git clone --quiet https://github.com/pstolarz/Arduino-Temperature-Control-Library.git /home/runner/Arduino/libraries/Arduino-Temperature-Control-Library
207
211
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/
208
213
- name : Download stable Nanopb
209
214
id : download-nanopb
210
215
continue-on-error : true
@@ -263,6 +268,7 @@ jobs:
263
268
name : 🚀 Upload Release Files
264
269
runs-on : ubuntu-latest
265
270
needs : merge-job-build-files
271
+ if : github.event_name == 'release' && startsWith(github.ref, 'refs/tags/')
266
272
steps :
267
273
- name : Download build artifacts from build-platform steps
268
274
uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments