Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Upload a Build Artifact to Nextcloud'
description: 'Upload a build artifact to Nextcloud that can be used by subsequent workflow steps'
author: 'Trym Lund Flogard'
inputs:
inputs:
name:
description: 'Artifact name'
default: 'artifact'
Expand All @@ -17,6 +17,10 @@ inputs:
nextcloud-password:
description: 'The password for the nextcloud user'
required: true
no-zip:
description: 'Whether to zip files. Incompatible with uploading multiple files.'
default: false
required: false
if-no-files-found:
description: >
The desired behavior if no files are found using the provided path.
Expand Down
Loading