mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
parent
0b715031f0
commit
8a44ead997
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-sign-notarize.yml
vendored
2
.github/workflows/build-sign-notarize.yml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
build:
|
build:
|
||||||
# needs: verify
|
needs: verify
|
||||||
if: needs.verify.outputs.is-updated == 'true'
|
if: needs.verify.outputs.is-updated == 'true'
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
outputs:
|
outputs:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "tea",
|
"name": "tea",
|
||||||
"version": "0.2.35",
|
"version": "0.2.36",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "tea gui app",
|
"description": "tea gui app",
|
||||||
"author": "tea.xyz",
|
"author": "tea.xyz",
|
||||||
|
|
Loading…
Reference in a new issue