瀏覽代碼
Update windows.yml
pull/1357/head
Ray
4 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 4AEE18F83AFDEB23
共有
1 個文件被更改,包括
1 次插入 和
1 次删除
-
.github/workflows/windows.yml
|
|
@ -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' |
|
|
|
|
|
|
|
|