mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-10-02 14:19:38 +00:00
chore: update windows.yml
This commit is contained in:
parent
b474ecbb61
commit
2c4a37d4c0
1 changed files with 11 additions and 2 deletions
13
.github/workflows/windows.yml
vendored
13
.github/workflows/windows.yml
vendored
|
@ -91,5 +91,14 @@ jobs:
|
||||||
# https://help.github.com/en/actions/configuring-and-managing-workflows/persisting-workflow-data-using-artifacts
|
# https://help.github.com/en/actions/configuring-and-managing-workflows/persisting-workflow-data-using-artifacts
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: ${{ env.publish_dir }}
|
name: ${{ env.publish_dir }}-artifact
|
||||||
path: ci\build\${{ env.publish_dir }}
|
path: ci\build\${{ env.publish_dir }}
|
||||||
|
# 上传release
|
||||||
|
# https://github.com/softprops/action-gh-release
|
||||||
|
- name: Release
|
||||||
|
uses: softprops/action-gh-release@v1
|
||||||
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
with:
|
||||||
|
files: ci/build/${{ env.publish_dir }}.zip
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Add table
Add a link
Reference in a new issue