mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Add support for .tar.gz packaging
Make package_client.sh accept an archive format. PR #5515 <https://github.com/Genymobile/scrcpy/pull/5515>
This commit is contained in:
parent
179c664e2b
commit
93da693e8c
3 changed files with 29 additions and 9 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -163,7 +163,7 @@ jobs:
|
|||
tar xf dist-tar/dist.tar.gz
|
||||
|
||||
- name: Package win32
|
||||
run: release/package_client.sh win32
|
||||
run: release/package_client.sh win32 zip
|
||||
|
||||
- name: Upload win32 release
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
@ -199,7 +199,7 @@ jobs:
|
|||
tar xf dist-tar/dist.tar.gz
|
||||
|
||||
- name: Package win64
|
||||
run: release/package_client.sh win64
|
||||
run: release/package_client.sh win64 zip
|
||||
|
||||
- name: Upload win64 release
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue