Skip to content

Commit 0f69354

Browse files
committed
windows sucks part 2 of many
1 parent 766c2e3 commit 0f69354

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)