Skip to content

Commit

Permalink
Update make-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower authored Sep 3, 2024
1 parent 4625c5d commit 6d83843
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ jobs:
name=mklittlefs-$(git rev-parse --short HEAD)
mkdir -p tmp/mklittlefs
mv mklittlefs.exe tmp/mklittlefs/.
cp /mingw*/bin/libwinpthread*.dll tmp/mklittlefs/.
cd tmp
zip -rq ../${{matrix.env}}-w64-mingw32-${name}.zip mklittlefs
cd ..
Expand Down

0 comments on commit 6d83843

Please sign in to comment.