Skip to content

Commit 52d23ba

Browse files
authored
fix pathing so artifacts dont include EVERY COMIPLED HAXE-CPP FILE
1 parent b8fcb4a commit 52d23ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/haxeBuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/upload-artifact@v4
4343
with:
4444
name: windowsBuild
45-
path: export/windows/
45+
path: export/windows/bin
4646

4747
buildLinux:
4848
runs-on: ubuntu-latest
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/upload-artifact@v4
7878
with:
7979
name: linuxBuild
80-
path: export/linux/
80+
path: export/linux/bin/
8181

8282
buildMac:
8383
runs-on: macos-latest
@@ -112,5 +112,5 @@ jobs:
112112
uses: actions/upload-artifact@v4
113113
with:
114114
name: macBuild
115-
path: export/macos/
115+
path: export/macos/bin/
116116

0 commit comments

Comments
 (0)