Skip to content

Commit 79034e5

Browse files
Stefan TraegerStefan Traeger
authored andcommitted
Fix Windows artifact upload to only include exe file
1 parent 6bd7b7e commit 79034e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/upload-artifact@v4
6565
with:
6666
name: p2d-windows
67-
path: dist/p2d/**/*
67+
path: dist/p2d/p2d.exe
6868

6969
build-macos:
7070
runs-on: macos-latest

0 commit comments

Comments
 (0)