mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 12:09:12 +08:00
Update artifact-tests.yml
remove some logs
This commit is contained in:
parent
2bea83c054
commit
5e6e2cdba2
7
.github/workflows/artifact-tests.yml
vendored
7
.github/workflows/artifact-tests.yml
vendored
@ -59,13 +59,6 @@ jobs:
|
|||||||
echo '${{ env.gzip-artifact-content }}' > artifact-path/gzip.txt
|
echo '${{ env.gzip-artifact-content }}' > artifact-path/gzip.txt
|
||||||
touch artifact-path/empty.txt
|
touch artifact-path/empty.txt
|
||||||
|
|
||||||
- name: Add additional logging
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
cat ./artifact-1-directory/artifact-path/world.txt
|
|
||||||
cat ./artifact-2-directory/artifact-path/gzip.txt
|
|
||||||
cat ./artifact-3-directory/artifact-path/empty.txt
|
|
||||||
|
|
||||||
# We're using node -e to call the functions directly available in the @actions/artifact package
|
# We're using node -e to call the functions directly available in the @actions/artifact package
|
||||||
- name: Upload artifacts using uploadArtifact()
|
- name: Upload artifacts using uploadArtifact()
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user