test github...
This commit is contained in:
parent
c907ab522a
commit
0e132d7cb7
1 changed files with 7 additions and 1 deletions
|
@ -25,7 +25,11 @@ inputs:
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
artifact-id:
|
artifact-id:
|
||||||
description: A unique identifier for the artifact that was just uploaded. Empty if the artifact upload failed.
|
description: A unique identifier for the artifact that was just uploaded.
|
||||||
|
value: ${{ steps.uploading.artifact-id }}
|
||||||
|
artifact-id:
|
||||||
|
description: The URL for the uploaded artifact. Access may require authorization.
|
||||||
|
value: ${{ steps.uploading.artifact-url }}
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
|
@ -38,6 +42,8 @@ runs:
|
||||||
|
|
||||||
- name: Upload artifact (using v4)
|
- name: Upload artifact (using v4)
|
||||||
shell: sh
|
shell: sh
|
||||||
|
# id required for the outputs extraction
|
||||||
|
id: uploading
|
||||||
run: |
|
run: |
|
||||||
# Some optional help for debugging.
|
# Some optional help for debugging.
|
||||||
set -ex
|
set -ex
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue