Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Update build_push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb authored Jan 8, 2024
1 parent 97b47c6 commit f170d72
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f170d72

Please sign in to comment.