Skip to content

Commit 734b879

Browse files
committed
Match upstream, upload to release check
1 parent ad0e794 commit 734b879

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/release-offline.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
# SPDX-License-Identifier: MIT
44
name: WipperSnapper Release Workflow for "Offline Mode" Alpha Feature
55
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
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

0 commit comments

Comments
 (0)