File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
.github/actions/build-libraries Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ runs:
2727 - name : Upload abstractions artifact
2828 uses : actions/upload-artifact@v4
2929 with :
30- path : " src/server/abstractions/bin/Release
30+ path : " src/server/abstractions/bin/Release"
3131 name : libs-abstractions-${{ inputs.version }}
3232
3333 - name : Upload data artifact
3434 uses : actions/upload-artifact@v4
3535 with :
36- path: " src/server/data/bin/Release
36+ path : " src/server/data/bin/Release"
3737 name : libs-data-${{ inputs.version }}
3838
3939 - name : Upload letter artifact
4545 - name : Upload host artifact
4646 uses : actions/upload-artifact@v4
4747 with :
48- path : " src/server/host/bin/Release
48+ path : " src/server/host/bin/Release"
4949 name : libs-host-${{ inputs.version }}
You can’t perform that action at this time.
0 commit comments