Sebastian Tobie
72e382ddb2
Einige Prüfungen sind fehlgeschlagen
/ configuration (push) Failing after 13s
21 Zeilen
443 B
YAML
21 Zeilen
443 B
YAML
---
|
|
name: Upload Tar Artifact
|
|
author: "Sebastian"
|
|
description: Uploads the file or directory as an artifact into github/forgejo
|
|
inputs:
|
|
name:
|
|
default: artifact.tar
|
|
description: Artifact name
|
|
path:
|
|
description: Paths of the file or directory with the data
|
|
required: true
|
|
outputs: {}
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- name: collect
|
|
shell: sh
|
|
run: "true"
|
|
- name: upload
|
|
shell: sh
|
|
run: "true"
|