ci(ci-semver): testing semver release of bins

This commit is contained in:
ZanzyTHEbar 2023-01-11 18:34:02 +00:00
parent c057eabeea
commit c16f7f1112
2 changed files with 3 additions and 2 deletions

View File

@ -72,7 +72,8 @@ jobs:
- name: Download Firmware Files
uses: actions/download-artifact@v2
with:
path: release
name: build
path: build
- name: Checkout
uses: actions/checkout@v2
with:

View File

@ -58,7 +58,7 @@
{
"assets": [
{
"path": "/release/**/*.bin",
"path": "./build",
"label": "Firmware Files"
}
]