Skip to content

Commit

Permalink
Adding dont_download.zip.md5
Browse files Browse the repository at this point in the history
  • Loading branch information
theypsilon committed Mar 5, 2024
1 parent 2a2fcf2 commit a9291dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/release.sh
Expand Up @@ -21,8 +21,12 @@ if [ ${CHANGES} -ge 1 ] ; then
sleep 15s
fi

md5sum "dont_download.zip" > "dont_download.zip.md5"

gh release upload "latest" "dont_download.zip" --clobber
gh release upload "latest" "dont_download.zip.md5" --clobber
gh release upload "latest" "src/downloader.zip" --clobber

echo
echo "New dont_download.sh can be used."
echo "::set-output name=NEW_RELEASE::yes"
Expand Down

0 comments on commit a9291dd

Please sign in to comment.