Skip to content

Commit

Permalink
create bin dir in action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Acetolyne committed Jan 3, 2024
1 parent 6fa8e77 commit 3654e85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
- name: build-script
run: |
cd ${{ github.workspace }}
mkdir bin
mkdir bin/flowcat-linux-386
cd tests
sh -e ./test_runner.sh linux-386
Expand All @@ -76,6 +77,7 @@
- name: build-script
run: |
cd ${{ github.workspace }}
mkdir bin
mkdir bin/flowcat-linux-386
cd tests
sh -e ./test_runner.sh linux-amd64
Expand Down

0 comments on commit 3654e85

Please sign in to comment.