mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
This commit is contained in:
parent
ddfcb5ef2b
commit
49f91537e9
1 changed files with 6 additions and 0 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -135,6 +135,12 @@ jobs:
|
|||
- name: List downloaded artifacts
|
||||
run: ls -R ./artifacts
|
||||
|
||||
- name: Ensure non-empty artifacts
|
||||
run: |
|
||||
find artifacts/ -type f -empty -delete
|
||||
echo "Cleaned up any zero-byte files."
|
||||
ls -R artifacts/
|
||||
|
||||
- name: Create GitHub Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue