diff --git a/.github/workflows/artifact-tests.yml b/.github/workflows/artifact-tests.yml index ac56e4dd..da4c37bd 100644 --- a/.github/workflows/artifact-tests.yml +++ b/.github/workflows/artifact-tests.yml @@ -58,13 +58,6 @@ jobs: echo '${{ env.non-gzip-artifact-content }}' > artifact-path/world.txt echo '${{ env.gzip-artifact-content }}' > artifact-path/gzip.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 - name: Upload artifacts using uploadArtifact()