uh?
This commit is contained in:
parent
bfb18c3203
commit
d3525e31dc
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ jobs:
|
||||||
set -x
|
set -x
|
||||||
printf "steps.uploading.outputs.artifact-id: %s\n" "${{ steps.uploading.outputs.artifact-id }}"
|
printf "steps.uploading.outputs.artifact-id: %s\n" "${{ steps.uploading.outputs.artifact-id }}"
|
||||||
printf "steps.uploading.outputs.artifact-url: %s\n" "${{ steps.uploading.outputs.artifact-url }}"
|
printf "steps.uploading.outputs.artifact-url: %s\n" "${{ steps.uploading.outputs.artifact-url }}"
|
||||||
|
|
||||||
|
# TODO remove
|
||||||
|
echo "$GITHUB_RUN_ID"
|
||||||
|
|
||||||
- name: Check the content of the uploaded artifact
|
- name: Check the content of the uploaded artifact
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue