mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
fix: using output-directory and updated documentation
This commit is contained in:
parent
468c599735
commit
e72ffb5b70
4 changed files with 20 additions and 17 deletions
5
.github/workflows/build-and-test.yml
vendored
5
.github/workflows/build-and-test.yml
vendored
|
|
@ -108,9 +108,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ env.ISO_NAME }}.iso
|
||||
path: |
|
||||
${{ steps.build.outputs.iso-path }}
|
||||
${{ steps.build.outputs.checksum-path }}
|
||||
path: ${{ steps.build.outputs.output-directory }}
|
||||
if-no-files-found: error
|
||||
retention-days: 0
|
||||
compression-level: 0
|
||||
|
|
@ -226,4 +224,3 @@ jobs:
|
|||
./${check}
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue