diff --git a/.github/workflows/Beta.yml b/.github/workflows/Beta.yml index 89b27bc..4aa71e1 100644 --- a/.github/workflows/Beta.yml +++ b/.github/workflows/Beta.yml @@ -37,7 +37,12 @@ jobs: run: run_ci.bat C:\GM-TestFramework\configs\${{ github.event.inputs.CONFIG_FILE }} ${{ github.event.inputs.RSS_Feed }} ${{ github.event.inputs.EXTRA_PARAMS }} working-directory: GM-TF shell: cmd - + - name: Upload Results Artifacts + if: always() + uses: actions/upload-artifact@v4 + with: + name: summary_file + path: ${{ github.workspace }}\GM-TF\results diff --git a/.github/workflows/Monthly.yml b/.github/workflows/Monthly.yml index 3764ac9..ec51e4e 100644 --- a/.github/workflows/Monthly.yml +++ b/.github/workflows/Monthly.yml @@ -37,7 +37,12 @@ jobs: run: run_ci.bat C:\GM-TestFramework\configs\${{ github.event.inputs.CONFIG_FILE }} ${{ github.event.inputs.RSS_Feed }} ${{ github.event.inputs.EXTRA_PARAMS }} working-directory: GM-TF shell: cmd - + - name: Upload Results Artifacts + if: always() + uses: actions/upload-artifact@v4 + with: + name: summary_file + path: ${{ github.workspace }}\GM-TF\results diff --git a/.github/workflows/Red.yml b/.github/workflows/Red.yml index c73f424..de05971 100644 --- a/.github/workflows/Red.yml +++ b/.github/workflows/Red.yml @@ -37,7 +37,12 @@ jobs: run: run_ci.bat C:\GM-TestFramework\configs\${{ github.event.inputs.CONFIG_FILE }} ${{ github.event.inputs.RSS_Feed }} ${{ github.event.inputs.EXTRA_PARAMS }} working-directory: GM-TF shell: cmd - + - name: Upload Results Artifacts + if: always() + uses: actions/upload-artifact@v4 + with: + name: summary_file + path: ${{ github.workspace }}\GM-TF\results