Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thejudge156 authored Aug 13, 2023
1 parent 9becfd3 commit 6c47225
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
run: |
wget https://github.com/QuestCraftPlusPlus/Pojlib/releases/download/test/lib-release.aar
cp -f lib-release.aar $GITHUB_WORKSPACE/Assets/Plugins/Android
- uses: actions/cache@v2
with:
path: QCXR-XR-Wrapper/Library
key: Library-QCXR-XR-Wrapper-Android
restore-keys: |
Library-QCXR-XR-Wrapper-
Library-
- name: Unity - Builder
env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
Expand Down

0 comments on commit 6c47225

Please sign in to comment.