Post-release changes (#166)

- Bump version for future release
- Update release scripts for consistent package naming
- Updated `README.md`
This commit is contained in:
Ken Van Hoeylandt 2025-01-14 06:53:41 +01:00 committed by GitHub
parent 43c78c69d8
commit 3ca0f8cf97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 5 deletions

View File

@ -29,12 +29,12 @@ runs:
- name: 'Upload Artifact: Release'
uses: actions/upload-artifact@v4
with:
name: tactility-${{ inputs.board_id }}
name: Tactility-${{ inputs.board_id }}
path: release/Tactility-${{ inputs.board_id }}
retention-days: 30
- name: 'Upload Artifact: Release symbols'
uses: actions/upload-artifact@v4
with:
name: tactility-${{ inputs.board_id }}-symbols
name: Tactility-${{ inputs.board_id }}-symbols
path: release/Tactility-${{ inputs.board_id }}-symbols
retention-days: 30

View File

@ -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.
Status: pre-release
![photo of devices running Tactility](Documentation/pics/tactility-devices.webp)  ![screenshot of desktop app](Documentation/pics/screenshot-Desktop.png)
You can run built-in apps or start them from an SD card:

View File

@ -1 +1 @@
0.1.0
0.2.0