Make sure a -master suffix is added to built files on master
This commit is contained in:
parent
153255cddd
commit
a14a7e3361
@ -22,7 +22,8 @@ steps:
|
|||||||
- unzip vikunja-frontend-master.zip -d frontend
|
- unzip vikunja-frontend-master.zip -d frontend
|
||||||
- sed -i 's/\/api\/v1//g' frontend/index.html
|
- sed -i 's/\/api\/v1//g' frontend/index.html
|
||||||
- yarn install
|
- yarn install
|
||||||
- export BUILD_NUMBER=master
|
# Make sure that the -master suffix is added to release files
|
||||||
|
- sed -i 's/\$\{version\}/master/g' package.json
|
||||||
- yarn dist --linux --windows
|
- yarn dist --linux --windows
|
||||||
|
|
||||||
- name: release
|
- name: release
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
"build": {
|
"build": {
|
||||||
"appId": "io.vikunja.desktop",
|
"appId": "io.vikunja.desktop",
|
||||||
"productName": "Vikunja Desktop",
|
"productName": "Vikunja Desktop",
|
||||||
|
"artifactName": "${productName}-${version}.${ext}",
|
||||||
"linux": {
|
"linux": {
|
||||||
"target": [
|
"target": [
|
||||||
"deb",
|
"deb",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user