mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
ci(ci-semver): testing semver release of bins
This commit is contained in:
parent
c057eabeea
commit
c16f7f1112
3
.github/workflows/build_release_bins.yml
vendored
3
.github/workflows/build_release_bins.yml
vendored
@ -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:
|
||||
|
||||
@ -58,7 +58,7 @@
|
||||
{
|
||||
"assets": [
|
||||
{
|
||||
"path": "/release/**/*.bin",
|
||||
"path": "./build",
|
||||
"label": "Firmware Files"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user