Skip to content

Commit

Permalink
release test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
schiele committed Mar 5, 2024
1 parent 0fc111f commit cc60f50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/getcache
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
mkdir -p stl
for f in cache/*.stl; do
if sha1sum -c $f.sha1sum; then
cp $f .
cp $f stl
fi
done

0 comments on commit cc60f50

Please sign in to comment.