Skip to content

Commit

Permalink
fix: should checkout to main
Browse files Browse the repository at this point in the history
  • Loading branch information
THEGOLDENPRO authored Aug 12, 2024
1 parent 31f0110 commit f9d25b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Build agc-parser
run: cargo build --release

- name: Move binary to root.
run: mv ./target/release/agc-parser .

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

- name: Commit files
id: commit
Expand Down

0 comments on commit f9d25b9

Please sign in to comment.