mirror of
https://github.com/ivabus/gui
synced 2025-04-23 22:17:18 +03:00
upload
This commit is contained in:
parent
9f9a1dff9e
commit
d3148e65cd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -181,13 +181,13 @@ jobs:
|
|||
"./tea.$extension" \
|
||||
"s3://preview.gui.tea.xyz/release/tea_${{ steps.date.outputs.unix_seconds }}_$platform.$extension"
|
||||
|
||||
- name: cp package zip for MacOS
|
||||
- name: cp package to s3
|
||||
env:
|
||||
platform: ${{ steps.build_platform.outputs.build_platform }}
|
||||
build_platform: ${{ matrix.platform }}
|
||||
extension: ${{ steps.build_platform.outputs.extension }}
|
||||
run: |
|
||||
aws s3 cp ./macos/tea.zip \
|
||||
aws s3 cp "./tea.$extension" \
|
||||
"s3://preview.gui.tea.xyz/release/tea_${{ steps.date.outputs.unix_seconds }}_$platform.$extension"
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
|
|
Loading…
Reference in a new issue