Skip to content

Commit

Permalink
Use Firmware 0.99.0-rc1 (#552)
Browse files Browse the repository at this point in the history
* Update manifest.txt

* Update firmware.json

* Update build-multi-os.yml

Get all release names from the GitHub release page, no filtering
  • Loading branch information
dl1com authored Jul 26, 2023
1 parent 5eb8494 commit 88e43ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-multi-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Get firmware version matching manifest
run: |
echo ${{ steps.vars.outputs.manifest }}
available=$(curl -s https://github.com/AllYarnsAreBeautiful/ayab-firmware/releases | grep -e 'releases/tag/v' -e 'releases/tag/test' | sed 's/.*releases\/tag\///;s/\".*//')
available=$(curl -s https://github.com/AllYarnsAreBeautiful/ayab-firmware/releases | grep -oE '/tag/[^\"]+' | sed -E 's/\/tag\///')
echo $available
match=$(for x in $available; do echo $x; done | grep ^${{ steps.vars.outputs.manifest }} | sort -r | head -1)
echo $match
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/base/ayab/firmware/firmware.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"uno":[
{
"url":"/",
"version":"1.0.0 (prototype)",
"version":"0.99.0-rc1",
"file":"ayab_monolithic_uno.hex"
}
]
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/base/ayab/firmware/manifest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
test230626
0.99.0-rc1

0 comments on commit 88e43ba

Please sign in to comment.