Skip to content

Commit

Permalink
fix ML download url
Browse files Browse the repository at this point in the history
  • Loading branch information
minhh2792 committed Mar 1, 2024
1 parent 2cb81f6 commit 35b45fd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ jobs:
distribution: temurin
java-version: 17
cache: "gradle"
- name: Get MineVNLib latest commit sha
uses: nmbgeek/github-action-get-latest-commit@main
with:
owner: minhh2792
repo: minevn-library
branch: master
id: minevnlib-repo
- name: Get MineVNLib version
uses: pozetroninc/github-action-get-latest-release@master
with:
Expand All @@ -35,7 +28,7 @@ jobs:
./gradlew assemble
mkdir -p target
cp ./dotman-plugin/build/libs/DotMan.jar ./target/DotMan.jar
wget -O ./target/MineVNLib.jar "https://github.com/minhh2792/minevn-library/releases/download/${{ steps.minevnlib-plugin.outputs.release }}-${{ steps.minevnlib-repo.outputs.shorthash }}/MineVNLib.jar"
wget -O ./target/MineVNLib.jar "https://github.com/minhh2792/minevn-library/releases/download/${{ steps.minevnlib-plugin.outputs.release }}/MineVNLib.jar"
- name: Upload build artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 35b45fd

Please sign in to comment.