Skip to content

Commit 2fca962

Browse files
committed
oops
1 parent b4f2bae commit 2fca962

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Patchwork
1+
name: Build Patchwork Update Script for Windows
22

33
on:
44
push:
@@ -33,7 +33,8 @@ jobs:
3333
copy .gitignore.template artifacts\.gitignore
3434
3535
- name: Upload artifacts
36-
uses: actions/upload-artifact@v4
36+
uses: actions/upload-artifact@v4
37+
include-hidden-files: true
3738
with:
3839
name: patchwork-exes
3940
path: artifacts

0 commit comments

Comments
 (0)