Skip to content

Commit 5d3451e

Browse files
authored
Update build.yaml
1 parent 637b94b commit 5d3451e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
# Upload artifacts
6666
- uses: actions/upload-artifact@v3
6767
with:
68-
name: windows-artifacts
69-
path: bin/Win32/Release
68+
name: build-artifacts
69+
path: bin
7070

7171
mingw:
7272
runs-on: windows-2019
@@ -98,7 +98,7 @@ jobs:
9898
- uses: actions/upload-artifact@v3
9999
with:
100100
name: mingw-artifacts
101-
path: bin
101+
path: builddir
102102

103103
macos:
104104
runs-on: macos-latest
@@ -118,7 +118,7 @@ jobs:
118118
- uses: actions/upload-artifact@v3
119119
with:
120120
name: macos-artifacts
121-
path: bin
121+
path: builddir
122122

123123
linux-cross-arm:
124124
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)