Browse Source

Update windows.yml

pull/1357/head
Ray 4 years ago
committed by GitHub
parent
commit
0f5b01eb73
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/windows.yml

+ 1
- 1
.github/workflows/windows.yml View File

@ -98,6 +98,6 @@ jobs:
asset_path: ./build/${{ env.RELEASE_NAME }}.zip
asset_name: ${{ env.RELEASE_NAME }}.zip
asset_content_type: application/zip
if: release.published == true
if: github.event_name == 'release' && github.event.action == 'published'

Loading…
Cancel
Save