This commit is contained in:
rankun 2020-02-20 17:38:23 +08:00
commit 2730b6ef36

View file

@ -88,8 +88,8 @@ jobs:
publish_dir: ..\build\QtScrcpy-win-${{ matrix.msvc_arch }}-v1.1.1 publish_dir: ..\build\QtScrcpy-win-${{ matrix.msvc_arch }}-v1.1.1
uses: actions/upload-artifact@v1 uses: actions/upload-artifact@v1
with: with:
name: ${{env:publish_dir}} name: QtScrcpy-win32
path: ${{env:publish_dir}} path: ..\build\QtScrcpy-win-x86-v1.1.1
# tag 打包 # tag 打包
- name: package - name: package
if: startsWith(github.event.ref, 'refs/tags/') if: startsWith(github.event.ref, 'refs/tags/')