chore: include version json string in release zip
This commit is contained in:
parent
b1fe3fe29b
commit
c4adcf4655
@ -226,6 +226,7 @@ steps:
|
|||||||
image: kolaente/zip
|
image: kolaente/zip
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
|
- cp src/version.json dist
|
||||||
- cd dist
|
- cd dist
|
||||||
- zip -r ../vikunja-frontend-unstable.zip *
|
- zip -r ../vikunja-frontend-unstable.zip *
|
||||||
- cd ..
|
- cd ..
|
||||||
@ -307,6 +308,7 @@ steps:
|
|||||||
image: kolaente/zip
|
image: kolaente/zip
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
|
- cp src/version.json dist
|
||||||
- cd dist
|
- cd dist
|
||||||
- zip -r ../vikunja-frontend-${DRONE_TAG##v}.zip *
|
- zip -r ../vikunja-frontend-${DRONE_TAG##v}.zip *
|
||||||
- cd ..
|
- cd ..
|
||||||
@ -530,6 +532,6 @@ steps:
|
|||||||
from_secret: crowdin_key
|
from_secret: crowdin_key
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 3d8720367a6b3c4b3bf945a39980e5a44d611eee39891d64eb727192a20ddc84
|
hmac: 21ecc05b02fbd35b411494e046479c3ff23bc8b221ffae91ccf4a8f31dafa3d3
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user