Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added CI pipeline for building a signed APK #1

Merged
merged 5 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ jobs:
build:
name: Build Android Project
runs-on: ubuntu-latest
steps:
steps:
- uses: jlumbroso/[email protected]

# Checkout
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -41,9 +43,14 @@ jobs:
with:
targetPlatform: Android
unityVersion: 2021.3.11f1
androidKeystoreName: springman # This file won't exist, but this property needs to exist.
androidKeystoreBase64: ${{ secrets.ANDROID_KEYSTORE_BASE64 }}
androidKeystorePass: ${{ secrets.ANDROID_KEYSTORE_PASS }}
androidKeyaliasName: ${{ secrets.ANDROID_KEYALIAS_NAME }}
androidKeyaliasPass: ${{ secrets.ANDROID_KEYALIAS_PASS }}

# Output
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Build
path: build
9 changes: 0 additions & 9 deletions Assets/LeanTween/Examples/Archived.meta

This file was deleted.

30 changes: 0 additions & 30 deletions Assets/LeanTween/Examples/Archived/2dUnlitWithFade.shader

This file was deleted.

This file was deleted.

Binary file removed Assets/LeanTween/Examples/Archived/GrumpyCat.jpeg
Binary file not shown.
33 changes: 0 additions & 33 deletions Assets/LeanTween/Examples/Archived/GrumpyCat.jpeg.meta

This file was deleted.

84 changes: 0 additions & 84 deletions Assets/LeanTween/Examples/Archived/OldGUIExamplesCS.cs

This file was deleted.

7 changes: 0 additions & 7 deletions Assets/LeanTween/Examples/Archived/OldGUIExamplesCS.cs.meta

This file was deleted.

Loading
Loading