mirror of
https://github.com/ivabus/gui
synced 2025-04-23 22:17:18 +03:00
fix
This commit is contained in:
parent
843609dcbe
commit
2066e02033
1 changed files with 2 additions and 4 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -139,10 +139,8 @@ jobs:
|
|||
# APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
|
||||
run: tea -ES xc build
|
||||
- run: mkdir -p target
|
||||
- run: ls ./modules/desktop/dist
|
||||
- run: ls dist
|
||||
- run: cp ./modules/desktop/dist/**/*.dmg ./target/tea.dmg
|
||||
- run: cp ./modules/desktop/dist/**/*.zip ./target/tea.zip
|
||||
- run: cp ./modules/desktop/dist/*.dmg ./target/tea.dmg
|
||||
- run: cp ./modules/desktop/dist/*.zip ./target/tea.zip
|
||||
- run: tar -czvf artifacts.tgz -C ./target/ .
|
||||
- name: upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
|
|
Loading…
Reference in a new issue