Skip to content

Commit

Permalink
test: upload error.png
Browse files Browse the repository at this point in the history
  • Loading branch information
QuakeEye committed Feb 27, 2024
1 parent 6509db3 commit f9ccf1d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -99,7 +106,7 @@ jobs:
id: ulfRead
uses: juliangruber/[email protected]
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
Expand Down

0 comments on commit f9ccf1d

Please sign in to comment.