mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 23:36:29 -04:00
add overwrite option to artifact_upload
This commit is contained in:
parent
8a3e830596
commit
4ebe1cd2af
5
.github/actions/artifact_upload/action.yml
vendored
5
.github/actions/artifact_upload/action.yml
vendored
@ -14,6 +14,10 @@ inputs:
|
||||
encryptionSecret:
|
||||
description: 'The secret to use for encrypting the files.'
|
||||
required: true
|
||||
overwrite:
|
||||
description: 'Overwrite an artifact with the same name.'
|
||||
default: false
|
||||
required: false
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
@ -69,3 +73,4 @@ runs:
|
||||
path: ${{ steps.tempdir.outputs.directory }}/archive.zip
|
||||
retention-days: ${{ inputs.retention-days }}
|
||||
if-no-files-found: ignore
|
||||
overwrite: ${{ inputs.overwrite }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user