Skip to content

Commit

Permalink
v0.6.0 try releasing macOS app
Browse files Browse the repository at this point in the history
  • Loading branch information
rnons committed Jul 28, 2020
1 parent c9fb6ff commit 38d16c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ jobs:
buildFolder: bundle/deb
ext: _0.1.0_amd64.deb
compressed: ''
# - platform: macos-latest
# buildFolder: bundle/osx
# ext: .app
# compressed: .tgz
- platform: macos-latest
buildFolder: bundle/osx
ext: _0.1.0_x64.app
compressed: .tgz
# - platform: windows-latest
# buildFolder: ''
# ext: .x64.msi
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.6.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fuji",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"repository": "https://github.com/nonbili/fuji",
"author": "Nonbili",
Expand Down

0 comments on commit 38d16c1

Please sign in to comment.