diff --git a/.github/workflows/template-main.yaml b/.github/workflows/template-main.yaml index bc77a70c5..f418237cb 100644 --- a/.github/workflows/template-main.yaml +++ b/.github/workflows/template-main.yaml @@ -61,11 +61,11 @@ jobs: if: failure() && inputs.nodejs != 'lts/*' with: name: screenshots-${{ matrix.os }}-${{ inputs.version }}-node_${{ inputs.nodejs }} - path: ${{ github.workspace }}/test/**/screenshots/*.png + path: ${{ github.workspace }}/tests/**/screenshots/*.png - name: 💾 Upload Screenshots uses: actions/upload-artifact@v4 if: failure() && inputs.nodejs == 'lts/*' with: name: screenshots-${{ matrix.os }}-${{ inputs.version }}-node_lts - path: ${{ github.workspace }}/test/**/screenshots/*.png + path: ${{ github.workspace }}/tests/**/screenshots/*.png