Skip to content

Commit 1b1c578

Browse files
committed
Update publishlib.yml
1 parent 430f2e3 commit 1b1c578

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publishlib.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ jobs:
3434
unzip -j "$name.zip" -d "temp_$name"
3535
mv "temp_$name"/* libraries-report
3636
rm -r "temp_$name"
37+
if [[ "$name" == "event.json" ]]; then
38+
mkdir -p artifacts/Event\ file
39+
mv libraries-report/event.json /Event\ file/
40+
fi
3741
done
38-
echo "Contents of 'libraries-report':"
39-
ls -R libraries-report
4042
echo "Contents of parent directory:"
4143
ls -R ..
4244

0 commit comments

Comments
 (0)