Skip to content

Commit 0597bd4

Browse files
committed
TMP: fix artifact upload
1 parent 6a71345 commit 0597bd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prerelease.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ jobs:
133133
- name: Upload Bundle
134134
uses: actions/upload-artifact@v4
135135
with:
136-
name: jazzer
137-
path: _tmp/release/
136+
name: jazzer-bundle
137+
path: _tmp/release
138138
if-no-files-found: error
139139

140140
create_release:

0 commit comments

Comments
 (0)