We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd28dd commit bb59141Copy full SHA for bb59141
1 file changed
.github/workflows/build.yml
@@ -51,9 +51,7 @@ jobs:
51
with:
52
name: Artifacts
53
path: |
54
- zig-out/bin/*
55
zig-out/lib/*
56
- zig-out/obj/*
57
hashes.sha256
58
hashes.blake3
59
if-no-files-found: error
@@ -62,9 +60,7 @@ jobs:
62
60
uses: softprops/action-gh-release@v2
63
61
64
files: |
65
66
67
68
69
70
fail_on_unmatched_files: true
@@ -73,9 +69,7 @@ jobs:
73
74
75
71
76
77
72
78
79
80
81
prerelease: true
0 commit comments