Commit e9933a4f authored by nanahira's avatar nanahira

ci another one

parent 54f69ad2
Pipeline #4027 failed with stages
in 3 minutes and 5 seconds
......@@ -36,14 +36,12 @@ windows_bin:
windows:
image: chocolateyfest/node
stage: build
dependencies:
- windows_bin
tags:
- windows
- vs
script:
- choco -y install git
- npm ci
- npm run dist
- dir dist
......@@ -71,7 +69,7 @@ macOS:
- macOS
script:
- npm ci
- npm run build
- npm run dist
- ls -la dist
artifacts:
paths:
......
......@@ -88,14 +88,19 @@
{
"provider": "generic",
"url": "https://api.moecube.com/downloads"
},
{
"provider": "github"
}
],
"extraResources": [
"bin"
],
"linux": {
"target": [
{
"target": "AppImage"
}
],
"publish": []
},
"dmg": {
"contents": [
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment