diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index 6818bc29..c6308397 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -183,6 +183,12 @@ jobs: ref: master path: master + - name: Checkout repo branch + uses: actions/checkout@v4 + with: + ref: repo + path: repo + - name: Create repo artifacts run: | cd master @@ -192,12 +198,6 @@ jobs: java -jar ./Inspector.jar "apk" "output.json" "tmp" ./.github/scripts/create-repo.sh - - name: Checkout repo branch - uses: actions/checkout@v4 - with: - ref: repo - path: repo - - name: Deploy repo run: | cd repo