Skip to content

Commit e45feaa

Browse files
committed
fix dir issues
1 parent 12beeac commit e45feaa

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/actions/dotnet/build/action.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ runs:
1515
- name: Zip build
1616
shell: bash
1717
run: |
18-
mkdir .\builds\lib\netstandard2.0
19-
cp -r .\src\ExCSS\bin\Release\netstandard2.0\ .\builds\lib\netstandard2.0\
20-
zip -r ./artifacts/build.zip ./builds
18+
mkdir ls $GITHUB_WORKSPACE\builds\lib\netstandard2.0
19+
ls $GITHUB_WORKSPACE
20+
cp -r ls $GITHUB_WORKSPACE\src\ExCSS\bin\Release\netstandard2.0\ ls $GITHUB_WORKSPACE\builds\lib\netstandard2.0\
21+
zip -r .\artifacts/build.zip ls $GITHUB_WORKSPACE\builds
2122
2223
- name: Upload build
2324
uses: actions/upload-artifact@v4
2425
with:
2526
name: build.zip
26-
path: ./artifacts
27+
path: .\artifacts

0 commit comments

Comments
 (0)