mirror of
https://github.com/ivabus/gui
synced 2025-04-24 06:27:09 +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 }}
|
# 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: cp ./modules/desktop/dist/*.dmg ./target/tea.dmg
|
||||||
- run: ls dist
|
- 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/ .
|
- run: tar -czvf artifacts.tgz -C ./target/ .
|
||||||
- name: upload artifacts
|
- name: upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|
Loading…
Reference in a new issue