mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
copy in main.yaml
This commit is contained in:
parent
d69ebad410
commit
368200d650
1 changed files with 0 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -103,8 +103,6 @@ jobs:
|
|||
- name: mac-os cp package images from prod to gui bucket
|
||||
if: matrix.platform == 'macos-latest'
|
||||
run: |
|
||||
aws s3 cp ./packages/gui/src-tauri/target/release/bundle/macos/gui.app \
|
||||
s3://preview.gui.tea.xyz/release/gui_${{ steps.date.outputs.date }}.app
|
||||
aws s3 cp ./packages/gui/src-tauri/target/release/bundle/dmg/gui_0.1.0_x64.dmg \
|
||||
s3://preview.gui.tea.xyz/release/gui_${{ steps.date.outputs.date }}.dmg
|
||||
|
||||
|
|
Loading…
Reference in a new issue