Skip to content

Commit

Permalink
Merge pull request #1554 from atsign-foundation/cpswan-fix-mkdir
Browse files Browse the repository at this point in the history
fix: Ensure that sshnp directory is created
  • Loading branch information
cpswan authored Nov 19, 2024
2 parents 743b842 + 277612c commit 0b87633
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 0b87633

Please sign in to comment.