Skip to content

Commit 0b87633

Browse files
authored
Merge pull request #1554 from atsign-foundation/cpswan-fix-mkdir
fix: Ensure that sshnp directory is created
2 parents 743b842 + 277612c commit 0b87633

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/multibuild.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,10 @@ jobs:
7474
with:
7575
ref: multibuild-${{github.run_number}}
7676
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 # v1.6.5
77-
# create directory needed for build
78-
- run: mkdir tarball
77+
# create directories needed for build
78+
- run: |
79+
mkdir sshnp
80+
mkdir tarball
7981
- if: ${{ matrix.os != 'windows-latest' }}
8082
run: mkdir sshnp/debug
8183
# compile binaries

0 commit comments

Comments
 (0)