Skip to content

Commit 38d16c1

Browse files
committed
v0.6.0 try releasing macOS app
1 parent c9fb6ff commit 38d16c1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ jobs:
7777
buildFolder: bundle/deb
7878
ext: _0.1.0_amd64.deb
7979
compressed: ''
80-
# - platform: macos-latest
81-
# buildFolder: bundle/osx
82-
# ext: .app
83-
# compressed: .tgz
80+
- platform: macos-latest
81+
buildFolder: bundle/osx
82+
ext: _0.1.0_x64.app
83+
compressed: .tgz
8484
# - platform: windows-latest
8585
# buildFolder: ''
8686
# ext: .x64.msi

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.6.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fuji",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"private": true,
55
"repository": "https://github.com/nonbili/fuji",
66
"author": "Nonbili",

0 commit comments

Comments
 (0)