Skip to content

Commit

Permalink
fix: Ensure that sshnp directory is created
Browse files Browse the repository at this point in the history
  • Loading branch information
cpswan committed Nov 19, 2024
1 parent 743b842 commit 277612c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/multibuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,10 @@ jobs:
with:
ref: multibuild-${{github.run_number}}
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 # v1.6.5
# create directory needed for build
- run: mkdir tarball
# create directories needed for build
- run: |
mkdir sshnp
mkdir tarball
- if: ${{ matrix.os != 'windows-latest' }}
run: mkdir sshnp/debug
# compile binaries
Expand Down

0 comments on commit 277612c

Please sign in to comment.