We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637b94b commit 5d3451eCopy full SHA for 5d3451e
.github/workflows/build.yaml
@@ -65,8 +65,8 @@ jobs:
65
# Upload artifacts
66
- uses: actions/upload-artifact@v3
67
with:
68
- name: windows-artifacts
69
- path: bin/Win32/Release
+ name: build-artifacts
+ path: bin
70
71
mingw:
72
runs-on: windows-2019
@@ -98,7 +98,7 @@ jobs:
98
99
100
name: mingw-artifacts
101
- path: bin
+ path: builddir
102
103
macos:
104
runs-on: macos-latest
@@ -118,7 +118,7 @@ jobs:
118
119
120
name: macos-artifacts
121
122
123
linux-cross-arm:
124
runs-on: ubuntu-latest
0 commit comments