Skip to content

Commit

Permalink
Update gitignore and main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LLarean committed Jul 22, 2024
1 parent 007004b commit c36b852
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 23 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,7 @@ jobs:
projectPath:
- "Color Blocks"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
- uses: actions/cache@v2
with:
path: ${{ matrix.projectPath }}/Library
key: Library-${{ matrix.targetPlatform }}
restore-keys: Library-
- uses: game-ci/unity-builder@v2
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
targetPlatform: ${{ matrix.targetPlatform }}
projectPath: ${{ matrix.projectPath }}
unityVersion: "2022.3.29f1"
androidAppBundle: true
androidKeystoreName: user.keystore
androidKeystoreBase64: ${{ secrets.ANDROID_KEYSTORE_BASE64 }}
androidKeystorePass: ${{ secrets.ANDROID_KEYSTORE_PASS }}
androidKeyaliasName: ${{ secrets.ANDROID_KEYALIAS_NAME }}
androidKeyaliasPass: ${{ secrets.ANDROID_KEYALIAS_PASS }}
- uses: actions/upload-artifact@v2
with:
name: Build-${{ matrix.targetPlatform }}
path: build/${{ matrix.targetPlatform }}
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,7 @@ crashlytics-build.properties

# Unity3D generated project version file
ProjectSettings/ProjectVersion.txt

# Ignore temporaries from GameCI
/[Aa]rtifacts/
/[Cc]odeCoverage/

0 comments on commit c36b852

Please sign in to comment.