diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 51db68a..3aedabc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -82,7 +82,7 @@ jobs: - uses: actions/download-artifact@v3 with: path: artifacts - - run: cat artifacts/out*/*.txt out.txt + - run: cat artifacts/out*/*.txt > out.txt - uses: actions/upload-artifact@v3 with: