diff --git a/.github/workflows/Auto.yml b/.github/workflows/Auto.yml index b2a0869..7357e5e 100644 --- a/.github/workflows/Auto.yml +++ b/.github/workflows/Auto.yml @@ -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 @@ -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 @@ -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 @@ -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