We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9fb6ff commit 38d16c1Copy full SHA for 38d16c1
.github/workflows/release.yml
@@ -77,10 +77,10 @@ jobs:
77
buildFolder: bundle/deb
78
ext: _0.1.0_amd64.deb
79
compressed: ''
80
- # - platform: macos-latest
81
- # buildFolder: bundle/osx
82
- # ext: .app
83
- # compressed: .tgz
+ - platform: macos-latest
+ buildFolder: bundle/osx
+ ext: _0.1.0_x64.app
+ compressed: .tgz
84
# - platform: windows-latest
85
# buildFolder: ''
86
# ext: .x64.msi
VERSION
@@ -1 +1 @@
1
-0.5.0
+0.6.0
package.json
@@ -1,6 +1,6 @@
{
2
"name": "fuji",
3
- "version": "0.5.0",
+ "version": "0.6.0",
4
"private": true,
5
"repository": "https://github.com/nonbili/fuji",
6
"author": "Nonbili",
0 commit comments