Skip to content

Commit

Permalink
test: hardcode path
Browse files Browse the repository at this point in the history
  • Loading branch information
QuakeEye committed Feb 27, 2024
1 parent 9562e29 commit 6509db3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ jobs:

- name: Activate the license
id: activate-license
run: unity-license-activate ${{ secrets.UNITY_EMAIL }} ${{ secrets.UNITY_PASSWORD }} ${{ steps.retrieve-activation.outputs.activation-file }}
run: unity-license-activate ${{ secrets.UNITY_EMAIL }} ${{ secrets.UNITY_PASSWORD }} "./Unity_v2022.3.19f1.alf"

# - name: Print Files
# run: |
# ls -R
- name: Print Files
run: |
ls -R
- name: Read ulf
id: ulfRead
Expand Down

0 comments on commit 6509db3

Please sign in to comment.