mirror of
https://github.com/bhaiest/holoiso.git
synced 2024-11-15 07:42:48 +01:00
Fix workflow build error
This commit is contained in:
parent
018e101452
commit
b7acbcf5ac
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -25,10 +25,11 @@ jobs:
|
||||
|
||||
- name: Build ISO File
|
||||
run: |
|
||||
cd ..
|
||||
mkarchiso -v holoiso
|
||||
find .
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: holoiso
|
||||
path: ./out/*.iso
|
||||
path: ../out/*.iso
|
||||
|
Loading…
Reference in New Issue
Block a user