Skip to content

Commit

Permalink
Create output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
polpo committed Nov 7, 2023
1 parent f0c641b commit a94c208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
- name: Build pgusinit
working-directory: ${{github.workspace}}/pgusinit
run: |
mkdir -p $OUTPUT_DIR
make -f Makefile-cross INCLUDE="$WATCOM"/h
cp pgusinit.exe $OUTPUT_DIR
Expand Down

0 comments on commit a94c208

Please sign in to comment.