Skip to content

Commit

Permalink
Update Auto.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Sep 6, 2023
1 parent 7782ba4 commit 4d9f05b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions: write-all
jobs:
build1:
name: 'Buid arm64 root'
if: github.repository == 'kakathic/YT-AT' && github.ref == 'refs/heads/Vip'
if: github.repository == 'Zelooooo/YT-AT' && github.ref == 'refs/heads/Vip'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
prerelease: true
build2:
name: 'Buid arm64 no-root'
if: github.repository == 'kakathic/YT-AT' && github.ref == 'refs/heads/Vip'
if: github.repository == 'Zelooooo/YT-AT' && github.ref == 'refs/heads/Vip'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
files: Up/*
build3:
name: 'Buid arm64 amoled root'
if: github.repository == 'kakathic/YT-AT' && github.ref == 'refs/heads/Vip'
if: github.repository == 'Zelooooo/YT-AT' && github.ref == 'refs/heads/Vip'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
prerelease: true
build4:
name: 'Buid arm64 amoled no-root'
if: github.repository == 'kakathic/YT-AT' && github.ref == 'refs/heads/Vip'
if: github.repository == 'Zelooooo/YT-AT' && github.ref == 'refs/heads/Vip'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4d9f05b

Please sign in to comment.