Skip to content

Commit

Permalink
Ensure deploy.sh uploads linux-x86_64-musl binary
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Dec 8, 2023
1 parent e2b728f commit d40d161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ gh release --repo printfn/fend \
"$TMPDIR/artifacts/fend-$NEW_VERSION-linux-x64.zip" \
"$TMPDIR/artifacts/fend-$NEW_VERSION-linux-aarch64-gnu.zip" \
"$TMPDIR/artifacts/fend-$NEW_VERSION-linux-armv7-gnueabihf.zip" \
"$TMPDIR/artifacts/fend-$NEW_VERSION-linux-x86_64-musl.zip" \
"$TMPDIR/artifacts/fend-$NEW_VERSION-macos-aarch64.zip" \
"$TMPDIR/artifacts/fend-$NEW_VERSION-macos-x64.zip" \
"$TMPDIR/artifacts/fend-$NEW_VERSION-windows-x64-exe.zip" \
Expand Down

0 comments on commit d40d161

Please sign in to comment.