mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
add node
This commit is contained in:
parent
2b9e950dcf
commit
d542c37ed5
2 changed files with 6 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -130,7 +130,9 @@ jobs:
|
|||
build_platform: ${{ matrix.platform.name }}
|
||||
run: |
|
||||
aws s3 cp ./modules/gui/src-tauri/target/release/bundle/macos/tea.zip "s3://preview.gui.tea.xyz/release/tea_${{ steps.date.outputs.unix_seconds }}_$platform.zip"
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
- name: Slack Notification
|
||||
run: ./.github/notify-slack.js
|
||||
env:
|
||||
|
|
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -88,6 +88,9 @@ jobs:
|
|||
"s3://preview.gui.tea.xyz/release/tea_gui_latest_$platform.zip"
|
||||
aws s3 cp "./modules/gui/src-tauri/target/release/bundle/macos/tea.zip" \
|
||||
"s3://preview.gui.tea.xyz/release/tea_gui_$tag_$platform.zip"
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
- name: Slack Notification
|
||||
run: ./.github/notify-slack.js
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue