Skip to content

Commit cc23cb7

Browse files
committed
#5 Trying out a new way.
1 parent 96fef29 commit cc23cb7

File tree

2 files changed

+3
-21
lines changed

2 files changed

+3
-21
lines changed

.github/workflows/activation.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/develop-branch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
name: Build AR_Pool_Application
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-lates
1111
steps:
1212
# Checkout
1313
- name: Checkout repository
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/cache@v3
1919
with:
2020
path: UnityProject/AR_Pool/Library
21-
key: Library-${{ hashFiles('UnityProject/AR_Pool/Assets/**', 'UnityProject/AR_Pool/Packages/**', 'UnityProject/AR_Pool/ProjectSettings/**') }}
21+
key: UnityProject/AR_Pool/Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
2222
restore-keys: |
2323
Library-
2424
#Build
@@ -29,8 +29,8 @@ jobs:
2929
UNITY_EMAIL: ${{secrets.UNITY_EMAIL}}
3030
UNITY_PASSWORD: ${{secrets.UNITY_PASSWORD}}
3131
with:
32-
projectPath: UnityProject/AR_Pool
3332
targetPlatform: Android
33+
projectPath: UnityProject/AR_Pool
3434

3535

3636

0 commit comments

Comments
 (0)