Skip to content

Commit

Permalink
ci: scripts are now moved to the scripts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo authored Aug 9, 2023
1 parent 705e351 commit 8336452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cd src
make deps
make chkupd
mv chkupd/jsontomd.sh /tmp/
mv scripts/jsontomd.sh /tmp/
mv out/chkupd /tmp/
cd ..
rm -rf src
Expand Down

0 comments on commit 8336452

Please sign in to comment.