File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,8 @@ jobs:
287287 run : dotnet publish Intersect.sln --sc -r win-x64 -p:Configuration=Release -p:PackageVersion=${{ env.VERSION_PREFIX }}${{ env.VERSION_SUFFIX }}.${{ github.run_number }}+build.${{ github.sha }} -p:Version=${{ env.VERSION_PREFIX }}.${{ github.run_number }}
288288
289289 - name : Tarball artifacts to maintain unix file permissions
290- run : tar -cvf win.tar Intersect.Client\bin\Release\*\*\publish Intersect.Editor\bin\Release\*\*\publish Intersect.Server\bin\Release\*\*\publish
290+ run : tar -cvf win.tar Intersect.Client/bin/Release/*/*/publish Intersect.Editor/bin/Release/*/*/publish Intersect.Server/bin/Release/*/*/publish
291+ shell : bash
291292
292293 - name : Debug files on disk
293294 if : inputs.workflowDebug == true
You can’t perform that action at this time.
0 commit comments