diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f272aba..95d0774 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 898947c..8d0569e 100644 --- a/.gitignore +++ b/.gitignore @@ -76,3 +76,7 @@ crashlytics-build.properties # Unity3D generated project version file ProjectSettings/ProjectVersion.txt + +# Ignore temporaries from GameCI +/[Aa]rtifacts/ +/[Cc]odeCoverage/ \ No newline at end of file