did oopsie
This commit is contained in:
parent
1a8dcd072c
commit
4d4b047bdc
8
.github/workflows/build_push.yml
vendored
8
.github/workflows/build_push.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
|||||||
configuration-cache-enabled: true
|
configuration-cache-enabled: true
|
||||||
|
|
||||||
- name: Sign APKs
|
- name: Sign APKs
|
||||||
if: github.repository == 'tachiyomiorg/tachiyomi-extensions'
|
if: github.repository == 'jmir1/tachiyomi-extensions'
|
||||||
run: |
|
run: |
|
||||||
cd master
|
cd master
|
||||||
./.github/scripts/sign-apks.sh \
|
./.github/scripts/sign-apks.sh \
|
||||||
@ -79,20 +79,20 @@ jobs:
|
|||||||
${{ secrets.KEY_PASSWORD }}
|
${{ secrets.KEY_PASSWORD }}
|
||||||
|
|
||||||
- name: Create repo artifacts
|
- name: Create repo artifacts
|
||||||
if: github.repository == 'tachiyomiorg/tachiyomi-extensions'
|
if: github.repository == 'jmir1/tachiyomi-extensions'
|
||||||
run: |
|
run: |
|
||||||
cd master
|
cd master
|
||||||
./.github/scripts/create-repo.sh
|
./.github/scripts/create-repo.sh
|
||||||
|
|
||||||
- name: Checkout repo branch
|
- name: Checkout repo branch
|
||||||
if: github.repository == 'tachiyomiorg/tachiyomi-extensions'
|
if: github.repository == 'jmir1/tachiyomi-extensions'
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: repo
|
ref: repo
|
||||||
path: repo
|
path: repo
|
||||||
|
|
||||||
- name: Deploy repo
|
- name: Deploy repo
|
||||||
if: github.repository == 'tachiyomiorg/tachiyomi-extensions'
|
if: github.repository == 'jmir1/tachiyomi-extensions'
|
||||||
run: |
|
run: |
|
||||||
cd repo
|
cd repo
|
||||||
../master/.github/scripts/commit-repo.sh
|
../master/.github/scripts/commit-repo.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user