Skip to content

Commit

Permalink
wd change
Browse files Browse the repository at this point in the history
  • Loading branch information
mobiusklein committed Apr 11, 2023
1 parent ea2170b commit fbb0827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mse_tool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
for p in $(ls artifacts/); do
echo $p
ls artifacts/$p
cd artifacts && zip -r ${p}.zip ${p}/
cd artifacts && zip -r ${p}.zip ${p}/ && cd ../
done
- name: Make Release
if: "startsWith(github.ref, 'refs/tags/mse_tool')"
Expand Down

0 comments on commit fbb0827

Please sign in to comment.