We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e4585 commit 3f038feCopy full SHA for 3f038fe
1 file changed
.github/workflows/build.yaml
@@ -74,19 +74,19 @@ jobs:
74
with:
75
filename: Examples-Windows.zip
76
directory: examples
77
- path: examples-Windows
+ path: Examples-Windows
78
- name: Zip Linux
79
uses: TheDoctor0/zip-release@0.7.6
80
81
filename: Examples-Linux.zip
82
83
- path: examples-Linux
+ path: Examples-Linux
84
- name: Zip macOS
85
86
87
filename: Examples-macOS.zip
88
89
- path: examples-macOS
+ path: Examples-macOS
90
- name: Upload artifacts to release
91
uses: svenstaro/upload-release-action@v2
92
0 commit comments