mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
Post-release changes (#166)
- Bump version for future release - Update release scripts for consistent package naming - Updated `README.md`
This commit is contained in:
parent
43c78c69d8
commit
3ca0f8cf97
4
.github/actions/build-firmware/action.yml
vendored
4
.github/actions/build-firmware/action.yml
vendored
@ -29,12 +29,12 @@ runs:
|
|||||||
- name: 'Upload Artifact: Release'
|
- name: 'Upload Artifact: Release'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: tactility-${{ inputs.board_id }}
|
name: Tactility-${{ inputs.board_id }}
|
||||||
path: release/Tactility-${{ inputs.board_id }}
|
path: release/Tactility-${{ inputs.board_id }}
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
- name: 'Upload Artifact: Release symbols'
|
- name: 'Upload Artifact: Release symbols'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: tactility-${{ inputs.board_id }}-symbols
|
name: Tactility-${{ inputs.board_id }}-symbols
|
||||||
path: release/Tactility-${{ inputs.board_id }}-symbols
|
path: release/Tactility-${{ inputs.board_id }}-symbols
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|||||||
@ -4,8 +4,6 @@ Tactility is an operating system that focuses on the ESP32 microcontroller famil
|
|||||||
|
|
||||||
See [https://tactility.one](https://tactility.one) for more information.
|
See [https://tactility.one](https://tactility.one) for more information.
|
||||||
|
|
||||||
Status: pre-release
|
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
You can run built-in apps or start them from an SD card:
|
You can run built-in apps or start them from an SD card:
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
0.1.0
|
0.2.0
|
||||||
Loading…
x
Reference in New Issue
Block a user