Skip to content

Commit

Permalink
owo
Browse files Browse the repository at this point in the history
  • Loading branch information
THEGOLDENPRO authored Aug 12, 2024
1 parent f2260b2 commit 7d3ca6f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ jobs:
- name: Move binary to root.
run: mv ./target/release/agc-parser .

- name: Checkout to main branch.
uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
ref: main

- name: Kidnap the binary file from agc-parser branch.
run: "git show agc-parser:agc-parser > ./agc-parser"
run: "git checkout agc-parser -- agc-parser"

- name: Commit files
id: commit
Expand Down

0 comments on commit 7d3ca6f

Please sign in to comment.