Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thejudge156 authored Jul 7, 2024
1 parent b188327 commit ea4a3e0
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,11 @@ on: [push, workflow_dispatch]
jobs:
build:
name: Build Wrapper
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
# Checkout
- name: Checkout repository
uses: actions/checkout@v4

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: true
# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: false
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true

# Cache
- uses: actions/cache@v3
Expand All @@ -43,7 +28,7 @@ jobs:
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
targetPlatform: Android
customImage: 'unityci/editor:ubuntu-2021.3.37f1-android-3.1.0'
customImage: 'unityci/editor:windows-2021.3.37f1-android-3.1.0'
androidExportType: androidPackage
androidTargetSdkVersion: 32
androidKeystoreName: user.keystore
Expand All @@ -61,7 +46,7 @@ jobs:
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
targetPlatform: Android
customImage: 'unityci/editor:ubuntu-2021.3.37f1-android-3.1.0'
customImage: 'unityci/editor:windows-2021.3.37f1-android-3.1.0'
buildsPath: exported
allowDirtyBuild: true
androidExportType: androidStudioProject
Expand Down

0 comments on commit ea4a3e0

Please sign in to comment.