Skip to content

Commit fbb0827

Browse files
committed
wd change
1 parent ea2170b commit fbb0827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mse_tool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
for p in $(ls artifacts/); do
6969
echo $p
7070
ls artifacts/$p
71-
cd artifacts && zip -r ${p}.zip ${p}/
71+
cd artifacts && zip -r ${p}.zip ${p}/ && cd ../
7272
done
7373
- name: Make Release
7474
if: "startsWith(github.ref, 'refs/tags/mse_tool')"

0 commit comments

Comments
 (0)