Skip to content

Commit

Permalink
Correcting ci files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiuh committed Jan 9, 2024
1 parent d41995c commit 18b9560
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
lfs: true
- uses: actions/cache@v3
with:
path: Library
path: JamGame/Library
key: Library-${{ matrix.targetPlatform }}
restore-keys: Library-
- uses: game-ci/unity-builder@v3
Expand All @@ -35,6 +35,7 @@ jobs:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
projectPath: JamGame
targetPlatform: ${{ matrix.targetPlatform }}

- uses: actions/upload-artifact@v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
image: mcr.microsoft.com/dotnet/sdk:8.0

steps:
- name: Remove git lfs hooks
run: rm -rf ./.git/hooks

- name: Check out code
uses: actions/checkout@v4

Expand Down

0 comments on commit 18b9560

Please sign in to comment.