#99 test notification

This commit is contained in:
neil 2022-12-22 08:37:50 +08:00
parent 25159b8296
commit cd95d79214
2 changed files with 3 additions and 6 deletions

View file

@ -131,8 +131,5 @@ jobs:
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_USERNAME: GH_GUI_BOT
SLACK_TITLE: NEW BUILD
SLACK_MESSAGE: |
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>
SLACK_TITLE: LATEST BUILD {{matrix.platform}}
SLACK_MESSAGE: download <s3://preview.gui.tea.xyz/release/tea_${{ steps.date.outputs.unix_seconds }}.${{ matrix.platform == 'ubuntu-latest' && 'deb' || 'dmg'}}|here>

View file

@ -1,7 +1,7 @@
[package]
name = "app"
version = "0.1.0"
description = "A tea.xyz desktop app"
description = "A tea.xyz desktop app to complete the cli"
authors = ["you"]
license = ""
repository = ""