File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 release :
103103 needs : build
104104 runs-on : ubuntu-latest
105- if : startsWith(github.ref, 'refs/tags/tastic -v')
105+ if : startsWith(github.ref, 'refs/tags/csra -v')
106106
107107 steps :
108108 - uses : actions/checkout@v4
@@ -147,11 +147,11 @@ jobs:
147147 - name : Create Release
148148 uses : softprops/action-gh-release@v1
149149 with :
150- name : Tastic Firmware ${{ github.ref_name }}
150+ name : Stable CSRA Firmware ${{ github.ref_name }}
151151 body : |
152- ## Tastic Mesh Firmware Release
152+ ## Stable CSRA Firmware
153153
154- Built from the `tastic` branch .
154+ Built from Stable releases with minimal CSRA-specific changes .
155155
156156 ### Included Boards:
157157 - RAK4631 WisBlock Core (`rak4631`) - nRF52840
@@ -164,7 +164,7 @@ jobs:
164164 - LilyGO T-Deck Pro (`t-deck-pro`) - ESP32-S3
165165
166166 ### Installation:
167- Flash using the Tastic Web Flasher or manually with the appropriate tool for your device.
167+ Flash using the Official Meshtastic Web Flasher or manually with the appropriate tool for your device.
168168
169169 Commit: ${{ github.sha }}
170170 files : release-files/*.zip
You can’t perform that action at this time.
0 commit comments