diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 2a5a3a9..54436c7 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -25,8 +25,7 @@ jobs: build: name: Build for ${{ matrix.targetPlatform }} needs: checklicense - runs-on: - - ubuntu-latest + runs-on: macos container: volumes: - /volume1/docker/gitea_actions/act:/volume1/docker/gitea_actions/act @@ -36,8 +35,13 @@ jobs: matrix: targetPlatform: - Android - - WebGL +# - WebGL steps: + - name: Send Message To Telegram + id: telegram + uses: https://git.chikalin.space/actions/telegram-bot@master + with: + status: 🚀 - name: Set Unity license run: | export is_unity_license_set=true @@ -67,5 +71,14 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v3 with: - name: Build-${{ matrix.targetPlatform }} - path: build \ No newline at end of file + name: {{ matrix.targetPlatform }} + path: | + build/*.apk + build/*.aab + build/WebGL/* + - name: Send Job Status to Telegram + id: telegram-result + if: always() + uses: https://git.chikalin.space/actions/telegram-bot@master + with: + delete: ${{ steps.telegram.outputs.message_id }} \ No newline at end of file diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index 4252372..dcb3768 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -165,7 +165,7 @@ PlayerSettings: androidMinAspectRatio: 1 applicationIdentifier: Android: com.space.chikalin.textdecal - Standalone: com.Unity-Technologies.com.unity.template.urp-blank + Standalone: com.space.chikalin.textdecal iPhone: com.Unity-Technologies.com.unity.template.urp-blank buildNumber: Standalone: 0.0.50