From f9ccf1dd4023f5a35b21379a1ee6e7f38322fc06 Mon Sep 17 00:00:00 2001 From: Quake Date: Tue, 27 Feb 2024 14:21:34 +0100 Subject: [PATCH] test: upload error.png --- .github/workflows/test-build.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-build.yaml b/.github/workflows/test-build.yaml index 02fa1865..f5e41a58 100644 --- a/.github/workflows/test-build.yaml +++ b/.github/workflows/test-build.yaml @@ -83,14 +83,21 @@ jobs: env: UNITY_USERNAME: ${{ secrets.UNITY_EMAIL }} UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} - UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }} UNITY_VERSION: ${{ matrix.unity-version }} UNITY_PATH: ${{ env.UNITY_PATH }} - name: Activate the license id: activate-license + continue-on-error: true run: unity-license-activate ${{ secrets.UNITY_EMAIL }} ${{ secrets.UNITY_PASSWORD }} "./Unity_v2022.3.19f1.alf" + - name: Upload error screenshot + uses: actions/upload-artifact@v1 + with: + name: screenshot_error + path: error.png + + - name: Print Files run: | ls -R @@ -99,7 +106,7 @@ jobs: id: ulfRead uses: juliangruber/read-file-action@v1.1.4 with: - path: ./Unity_v2022.3.19f1.alf + path: ./Unity_v2022.3.19f1.ulf # path: ${{ steps.activate-license.outputs.license-path }} # - name: Update secret UNITY_LICENSE