mirror of
https://github.com/ivabus/gui
synced 2025-04-23 22:17:18 +03:00
show platform
This commit is contained in:
parent
461011ce16
commit
f3169760d5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -142,7 +142,7 @@ jobs:
|
|||
run: ./.github/notify-slack.js
|
||||
env:
|
||||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
||||
PLATFORM: ${{ matrix.platform.name }}
|
||||
PLATFORM: ${{ matrix.platform }}
|
||||
VERSION: ${{steps.tag.outputs.tag}}
|
||||
EXT: ${{ steps.build_platform.outputs.extension }}
|
||||
DOWNLOAD_URL: http://preview.gui.tea.xyz.s3-website-us-east-1.amazonaws.com/release/tea_gui_${{steps.tag.outputs.tag}}_${{steps.build_platform.outputs.build_platform}}.${{ steps.build_platform.outputs.extension }}
|
||||
|
|
Loading…
Reference in a new issue