This commit is contained in:
Cutls 2019-04-12 23:32:14 +09:00
parent ed93d5b4f2
commit 09d3643b19

View File

@ -11,6 +11,8 @@ before_deploy:
- electron-builder --mac --x64
- mv ../build/TheDesk*.dmg ../TheDesk.dmg
- mv ../build/TheDesk*.zip ../TheDesk-darwin-x64.zip
- ls ../build/
- ls ../
- cd ../
deploy:
provider: releases
@ -20,7 +22,7 @@ deploy:
# Releases ページにアップロードするファイル
file:
- TheDesk.dmg
- TheDesk-darwin-x64.dmg
- TheDesk-darwin-x64.zip
skip_cleanup: true
on:
repo: cutls/TheDesk