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: ...@@ -36,14 +36,12 @@ windows_bin:
windows: windows:
image: chocolateyfest/node
stage: build stage: build
dependencies: dependencies:
- windows_bin - windows_bin
tags: tags:
- windows - vs
script: script:
- choco -y install git
- npm ci - npm ci
- npm run dist - npm run dist
- dir dist - dir dist
...@@ -71,7 +69,7 @@ macOS: ...@@ -71,7 +69,7 @@ macOS:
- macOS - macOS
script: script:
- npm ci - npm ci
- npm run build - npm run dist
- ls -la dist - ls -la dist
artifacts: artifacts:
paths: paths:
......
...@@ -88,14 +88,19 @@ ...@@ -88,14 +88,19 @@
{ {
"provider": "generic", "provider": "generic",
"url": "https://api.moecube.com/downloads" "url": "https://api.moecube.com/downloads"
},
{
"provider": "github"
} }
], ],
"extraResources": [ "extraResources": [
"bin" "bin"
], ],
"linux": {
"target": [
{
"target": "AppImage"
}
],
"publish": []
},
"dmg": { "dmg": {
"contents": [ "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