mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-03-02 03:21:55 +01:00
Fix main.yml syntax
This commit is contained in:
parent
cc63e6e028
commit
c3c93619a5
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
||||
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: *.7z,Clover.app*.pkg,CloverV2*.zip,CLOVERX64.efi.zip,Clover_r*.pkg
|
||||
artifacts: ./*.7z, ./Clover.app*.pkg, ./CloverV2*.zip, ./CLOVERX64.efi.zip, ./Clover_r*.pkg
|
||||
bodyFile: ReleaseNotes.md
|
||||
name: Release v5.1 r${{ env.CUR_TAG }}
|
||||
prerelease: false
|
||||
|
Loading…
Reference in New Issue
Block a user