From 7d3ca6f06c06944a935b0ef6d1fcbe388f08a4db Mon Sep 17 00:00:00 2001 From: Goldy <66202304+THEGOLDENPRO@users.noreply.github.com> Date: Mon, 12 Aug 2024 18:30:04 +0100 Subject: [PATCH] owo --- .github/workflows/build-parser.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-parser.yml b/.github/workflows/build-parser.yml index 4796718..8ca9b45 100644 --- a/.github/workflows/build-parser.yml +++ b/.github/workflows/build-parser.yml @@ -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