Skip to content

Commit

Permalink
[Fix] actions switch to java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Tokito-Kun authored and Tokito-Kun committed Jul 29, 2023
1 parent 6c44f88 commit f158e3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Build-Debug
name: Debug build

on:
workflow_dispatch:
push:

jobs:
build:
Expand All @@ -11,4 +10,6 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: Tokito-Kun/android-public-build@subrelease
- uses: Tokito-Kun/android-public-build@java17-debug
with:
TG_TOKEN: ${{ secrets.TG_TOKEN }}
3 changes: 2 additions & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: Tokito-Kun/android-public-build@main
- uses: Tokito-Kun/android-public-build@java17
with:
token: ${{ secrets.GITHUB_TOKEN }}
TG_TOKEN: ${{ secrets.TG_TOKEN }}

0 comments on commit f158e3f

Please sign in to comment.