Skip to content

Commit

Permalink
fix wget
Browse files Browse the repository at this point in the history
  • Loading branch information
minhh2792 committed Feb 28, 2024
1 parent e942b15 commit 07b6281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
./gradlew assemble
mkdir -p target
cp ./dotman-plugin/build/libs/DotMan.jar ./target/DotMan.jar
wget "https://github.com/minhh2792/minevn-library/releases/download/${{ steps.minevnlib.outputs.shorthash }}/MineVNLib.jar -O ./target/MineVNLib.jar"
wget -O ./target/MineVNLib.jar "https://github.com/minhh2792/minevn-library/releases/download/${{ steps.minevnlib.outputs.shorthash }}/MineVNLib.jar"
- name: Upload build artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 07b6281

Please sign in to comment.