mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 11:35:56 +00:00
chore: update macos.yml
This commit is contained in:
parent
0ce98fee0c
commit
63b89636d8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
@ -58,8 +58,8 @@ jobs:
|
|||
run: |
|
||||
ci/mac/publish_for_mac.sh ../build
|
||||
ci/mac/package_for_mac.sh
|
||||
mv ci/build/QtScrcpy.app ci/build/${{ publish_name }}.app
|
||||
mv ci/build/QtScrcpy.dmg ci/build/${{ publish_name }}.dmg
|
||||
mv ci/build/QtScrcpy.app ci/build/${{ env.publish_name }}.app
|
||||
mv ci/build/QtScrcpy.dmg ci/build/${{ env.publish_name }}.dmg
|
||||
echo "::set-env name=artifact-name::${{ env.publish_name }}.app"
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue