From 568e4b4725ee04dc4ba9b8724d1c34bb8c84ee72 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Sun, 6 Aug 2023 23:07:08 -0700 Subject: [PATCH] differentiate test output artifacts --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 550e8d11e..d06708778 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -107,9 +107,9 @@ jobs: if: matrix.config == 'empty' shell: bash run: | - mkdir -p dfhack-config/init + mkdir -p ${{ env.DF_FOLDER }}/dfhack-config/init cd data/dfhack-config/init - for fname in *.init; do touch ../../../dfhack-config/init/$fname; done + for fname in *.init; do touch ../../../${{ env.DF_FOLDER }}/dfhack-config/init/$fname; done - name: Download DFHack uses: actions/download-artifact@v3 with: @@ -125,7 +125,7 @@ jobs: if: always() continue-on-error: true with: - name: test-artifacts-msvc + name: test-output-${{ matrix.compiler }}-${{ matrix.plugins }}_plugins-${{ matrix.config }}_config path: | ${{ env.DF_FOLDER }}/dfhack-rpc.txt ${{ env.DF_FOLDER }}/test*.json