Skip to content

Commit 1bb6871

Browse files
committed
fix
1 parent 2fca962 commit 1bb6871

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
copy .gitignore.template artifacts\.gitignore
3434
3535
- name: Upload artifacts
36-
uses: actions/upload-artifact@v4
37-
include-hidden-files: true
36+
uses: actions/upload-artifact@v4
3837
with:
3938
name: patchwork-exes
39+
include-hidden-files: true
4040
path: artifacts
4141

4242
- name: Upload to release

0 commit comments

Comments
 (0)