Skip to content

Commit

Permalink
fixed github workflow mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed May 8, 2022
1 parent 0e6cd82 commit 6c27fef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
export LB_VERSION=$(echo $JAR | sed -r 's/.\/liquidbounce-([a-zA-Z][0-9]+)\.jar/\1/')
export MINECRAFT_VERSION='1.8.9'
echo Version: $LB_VERSION, Minecraft: $MINECRAFT_VERSION
cp $JAR liquidbounce.jar
cp $JAR zip/liquidbounce.jar
cd zip
zip -r liquidbounce.zip *
md5sum liquidbounce.zip
curl --connect-timeout 30 -m 300 -X POST -F "[email protected]" -H "Authorization: ${{ secrets.NIGHTLY_PASS }}" -F "gh_id=${{ github.event.head_commit.id }}" -F "gh_ref=${{ github.ref }}" -F "gh_message=${{ github.event.head_commit.message }}" -F "gh_timestamp=${{ github.event.head_commit.timestamp }}" -F "lb_version=$LB_VERSION" -F "mc_version=$MINECRAFT_VERSION" https://api.liquidbounce.net/api/v1/version/new

0 comments on commit 6c27fef

Please sign in to comment.