Ray
4 vuotta sitten
committed by
GitHub
vanhempi
commit
0f5b01eb73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa
1 lisäystä ja
1 poistoa
-
.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' |
|
|
|
|
|
|
|
|