diff --git a/.github/workflows/test-build.yaml b/.github/workflows/test-build.yaml index af8e23d4..02fa1865 100644 --- a/.github/workflows/test-build.yaml +++ b/.github/workflows/test-build.yaml @@ -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