mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
ci(ci-semver): add semver release for binaries
This commit is contained in:
parent
b63cb70e1f
commit
9da6e6d57c
@ -50,7 +50,7 @@
|
||||
"@semantic-release/exec",
|
||||
{
|
||||
"prepareCmd": "sed -i 's/\"version\": \"[0-9\\.]*\",/\"version\": \"${nextRelease.version}\",/g' ./ESP/lib/library.json",
|
||||
"publishCmd": "cd ~/work/OpenIris/OpenIris/release/ && ls -l"
|
||||
"publishCmd": "ls ~/work/OpenIris/OpenIris/release/ -l"
|
||||
}
|
||||
],
|
||||
[
|
||||
@ -58,7 +58,7 @@
|
||||
{
|
||||
"assets": [
|
||||
{
|
||||
"path": "~/runner/work/OpenIris/OpenIris/release/**/*.bin",
|
||||
"path": "~/work/OpenIris/OpenIris/release/**/*.bin",
|
||||
"label": "Firmware Files"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user