Skip to content

Commit

Permalink
chore: add macos back
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Jul 30, 2024
1 parent f3971ff commit d310707
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
# args: ''
- platform: 'windows-2019'
args: ''
# - platform: 'macos-latest'
# args: '--verbose --target universal-apple-darwin'
- platform: 'macos-latest'
args: '--verbose --target universal-apple-darwin'

runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "tari-universe",
"version": "0.1.2"
"version": "0.1.3"
},
"tauri": {
"updater": {
Expand Down

0 comments on commit d310707

Please sign in to comment.