Fixed string escape on cicd
This commit is contained in:
parent
8d45f19a16
commit
7a99983875
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ steps:
|
||||||
image: woodpeckerci/plugin-release
|
image: woodpeckerci/plugin-release
|
||||||
settings:
|
settings:
|
||||||
files:
|
files:
|
||||||
- Flow.Launcher.Plugin.OSRSSearch-${CI_COMMIT_TAG}.zip
|
- 'Flow.Launcher.Plugin.OSRSSearch-${CI_COMMIT_TAG}.zip'
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: ACCESS_TOKEN
|
from_secret: ACCESS_TOKEN
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue