Skip to content

Commit bb59141

Browse files
committed
Fix build workflow artifact patterns
1 parent efd28dd commit bb59141

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ jobs:
5151
with:
5252
name: Artifacts
5353
path: |
54-
zig-out/bin/*
5554
zig-out/lib/*
56-
zig-out/obj/*
5755
hashes.sha256
5856
hashes.blake3
5957
if-no-files-found: error
@@ -62,9 +60,7 @@ jobs:
6260
uses: softprops/action-gh-release@v2
6361
with:
6462
files: |
65-
zig-out/bin/*
6663
zig-out/lib/*
67-
zig-out/obj/*
6864
hashes.sha256
6965
hashes.blake3
7066
fail_on_unmatched_files: true
@@ -73,9 +69,7 @@ jobs:
7369
uses: softprops/action-gh-release@v2
7470
with:
7571
files: |
76-
zig-out/bin/*
7772
zig-out/lib/*
78-
zig-out/obj/*
7973
hashes.sha256
8074
hashes.blake3
8175
prerelease: true

0 commit comments

Comments
 (0)