mirror of
https://github.com/bhaiest/holoiso.git
synced 2024-11-13 23:02:30 +01:00
Test1
This commit is contained in:
parent
bbd89214c4
commit
4105be2583
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -34,11 +34,16 @@ jobs:
|
||||
mkarchiso-holoiso -v .
|
||||
find out/
|
||||
|
||||
- name: Split file
|
||||
run: |
|
||||
zip -r -s 1g out/$(ls out).zip out/$(ls out)
|
||||
rm out/HoloISO*.iso
|
||||
|
||||
- uses: xresloader/upload-to-github-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
file: "out/*.iso"
|
||||
file: "out/*"
|
||||
tags: true
|
||||
draft: true
|
||||
prerelease: true
|
||||
|
Loading…
Reference in New Issue
Block a user