Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoneerC committed Sep 26, 2024
1 parent 92a570c commit 62ad670
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Cache Library
uses: actions/cache@v3
with:
path: Library
key: Library-${{ hashFiles('**/*.cs', '**/*.shader', '**/*.prefab', '**/*.unity', '**/*.json', '**/*.txt', '**/*.xml', '**/*.png', '**/*.jpg', '**/*.mp4', '**/*.wav', '**/*.ogg') }}
restore-keys: |
Library-
- name: Checkout code
uses: actions/checkout@v2

Expand All @@ -26,6 +18,14 @@ jobs:
git reset --hard
git clean -fd
- name: Cache Library
uses: actions/cache@v3
with:
path: Library
key: Library-${{ hashFiles('**/*.cs', '**/*.shader', '**/*.prefab', '**/*.unity', '**/*.json', '**/*.txt', '**/*.xml', '**/*.png', '**/*.jpg', '**/*.mp4', '**/*.wav', '**/*.ogg') }}
restore-keys: |
Library-
- name: Install Butler
run: |
curl -LO https://itch.io/butler/installation/linux/butler
Expand All @@ -37,9 +37,7 @@ jobs:
with:
unityVersion: 2022.3.27f1
targetPlatform: StandaloneWindows64
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
UNITY_SERIAL: ${{ secrets.UNITY_LICENSE }}

- name: Build Unity Project
run: |
Expand Down

0 comments on commit 62ad670

Please sign in to comment.