We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2170b commit fbb0827Copy full SHA for fbb0827
.github/workflows/mse_tool.yaml
@@ -68,7 +68,7 @@ jobs:
68
for p in $(ls artifacts/); do
69
echo $p
70
ls artifacts/$p
71
- cd artifacts && zip -r ${p}.zip ${p}/
+ cd artifacts && zip -r ${p}.zip ${p}/ && cd ../
72
done
73
- name: Make Release
74
if: "startsWith(github.ref, 'refs/tags/mse_tool')"
0 commit comments