mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
update usage in readme
This commit is contained in:
parent
644e4ab1a1
commit
7db40dafb6
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@ This action is designed to be called from a GitHub workflow using the following
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.build.outputs.iso_name }}
|
name: ${{ steps.build.outputs.iso_name }}
|
||||||
path: |
|
path: |
|
||||||
${{ steps.build.outputs.iso_path }}
|
${{ steps.build.outputs.iso_path }}/${{ steps.build.outputs.iso_name }}
|
||||||
${{ steps.build.outputs.iso_path }}-CHECKSUM
|
${{ steps.build.outputs.iso_path }}/${{ steps.build.outputs.iso_name }}-CHECKSUM
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
retention-days: 0
|
retention-days: 0
|
||||||
compression-level: 0
|
compression-level: 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue