Skip to content

Commit ad2cc5c

Browse files
committed
fix: workflow
1 parent 3b67a2e commit ad2cc5c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
run: nimble build -Y
4242

4343
- name: Upload builds
44-
uses: actions/upload-artifact@v4
45-
name: build-artifacts-${{ matrix.os }}
46-
with: |
47-
webfisher
48-
webfisher.exe
44+
uses: actions/upload-artifact@v4
45+
name: build-artifacts-${{ matrix.os }}
46+
with: |
47+
webfisher
48+
webfisher.exe
4949

0 commit comments

Comments
 (0)