Skip to content

Commit

Permalink
Unify build actions + update SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
JojoFR1 committed Feb 3, 2024
1 parent d82fdad commit 89d3a56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 46 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Push.yml → .github/workflows/Build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build Push Changes
on: [push, workflow_dispatch]
name: Build Mod
on: [push, pull_request, workflow_dispatch]

jobs:
build:
Expand All @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set Android SDK tools
run: echo "$ANDROID_HOME/build-tools/30.0.3" >> $GITHUB_PATH
run: echo "$ANDROID_HOME/build-tools/34.0.0" >> $GITHUB_PATH

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set Android SDK tools
run: echo "$ANDROID_HOME/build-tools/30.0.3" >> $GITHUB_PATH
run: echo "$ANDROID_HOME/build-tools/34.0.0" >> $GITHUB_PATH

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand Down
42 changes: 0 additions & 42 deletions .github/workflows/TestBuildWhenPullRequest.yml

This file was deleted.

0 comments on commit 89d3a56

Please sign in to comment.