ソースを参照

Update windows.yml

pull/1357/head
Ray 4年前
committed by GitHub
コミット
0f5b01eb73
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      .github/workflows/windows.yml

+ 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'

読み込み中…
キャンセル
保存