mirror of
https://github.com/ivabus/gui
synced 2025-04-24 06:27:09 +03:00
ls
This commit is contained in:
parent
900c1b10e7
commit
843609dcbe
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -139,6 +139,8 @@ jobs:
|
||||||
# APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
|
# APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
|
||||||
run: tea -ES xc build
|
run: tea -ES xc build
|
||||||
- run: mkdir -p target
|
- 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/**/*.dmg ./target/tea.dmg
|
||||||
- run: cp ./modules/desktop/dist/**/*.zip ./target/tea.zip
|
- run: cp ./modules/desktop/dist/**/*.zip ./target/tea.zip
|
||||||
- run: tar -czvf artifacts.tgz -C ./target/ .
|
- run: tar -czvf artifacts.tgz -C ./target/ .
|
||||||
|
|
Loading…
Reference in a new issue