mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-01-06 23:34:27 +01: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:
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
|
||||
|
||||
Reference in New Issue
Block a user