mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
#99 test notification
This commit is contained in:
parent
25159b8296
commit
cd95d79214
2 changed files with 3 additions and 6 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
@ -131,8 +131,5 @@ jobs:
|
||||||
env:
|
env:
|
||||||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
||||||
SLACK_USERNAME: GH_GUI_BOT
|
SLACK_USERNAME: GH_GUI_BOT
|
||||||
SLACK_TITLE: NEW BUILD
|
SLACK_TITLE: LATEST BUILD {{matrix.platform}}
|
||||||
SLACK_MESSAGE: |
|
SLACK_MESSAGE: download <s3://preview.gui.tea.xyz/release/tea_${{ steps.date.outputs.unix_seconds }}.${{ matrix.platform == 'ubuntu-latest' && 'deb' || 'dmg'}}|here>
|
||||||
installers:
|
|
||||||
<s3://preview.gui.tea.xyz/release/tea_${{ steps.date.outputs.unix_seconds }}.deb|ubuntu>
|
|
||||||
<s3://preview.gui.tea.xyz/release/tea_${{ steps.date.outputs.unix_seconds }}.dmg|macos intel>
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "app"
|
name = "app"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "A tea.xyz desktop app"
|
description = "A tea.xyz desktop app to complete the cli"
|
||||||
authors = ["you"]
|
authors = ["you"]
|
||||||
license = ""
|
license = ""
|
||||||
repository = ""
|
repository = ""
|
||||||
|
|
Loading…
Reference in a new issue