We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fca962 commit 1bb6871Copy full SHA for 1bb6871
1 file changed
.github/workflows/build.yml
@@ -33,10 +33,10 @@ jobs:
33
copy .gitignore.template artifacts\.gitignore
34
35
- name: Upload artifacts
36
- uses: actions/upload-artifact@v4
37
- include-hidden-files: true
+ uses: actions/upload-artifact@v4
38
with:
39
name: patchwork-exes
+ include-hidden-files: true
40
path: artifacts
41
42
- name: Upload to release
0 commit comments