Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniciusRed committed May 1, 2024
1 parent 8a60e07 commit 20793d9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/Debug.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Debug build

on:
push:
workflow_dispatch:

jobs:
Expand All @@ -10,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: Tokito-Kun/android-public-build@java17-debug
- uses: actions/checkout@v4
- uses: ViniciusRed/android-public-build@Master
with:
TG_TOKEN: ${{ secrets.TG_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
7 changes: 3 additions & 4 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: Tokito-Kun/android-public-build@java17
- uses: actions/checkout@v4
- uses: ViniciusRed/android-public-build@Master
with:
token: ${{ secrets.GITHUB_TOKEN }}
TG_TOKEN: ${{ secrets.TG_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .vscode/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/launch.json
/settings.json

0 comments on commit 20793d9

Please sign in to comment.