chore: update macos.yml

This commit is contained in:
rankun 2020-03-22 22:17:27 +08:00
parent 0ce98fee0c
commit 63b89636d8

View file

@ -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: