Skip to content

Commit 77eb3ba

Browse files
committed
Update publishlib.yml
1 parent 930c554 commit 77eb3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publishlib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
IFS=$'\t' read name url <<< "$artifact"
3434
gh api $url > "$name.zip"
3535
unzip -j "$name.zip" -d "temp_$name"
36-
if [[ "$name" == "event.json" ]]; then
36+
if [[ "$name" == "Event File" ]]; then
3737
mv "temp_$name"/* event-file
3838
else
3939
mv "temp_$name"/* libraries-report

0 commit comments

Comments
 (0)