Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m7rlin committed Jun 13, 2023
1 parent 222a3e4 commit 290236a
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 @@ -24,7 +24,7 @@ jobs:
- name: Build with Maven
run: |
mvn -B package --file ./plugin/pom.xml
mkdir staging && cp plugin/target/original-*.jar staging/MagicznaKraina-v$Project_Version.jar
mkdir staging && cp plugin/target/original-*.jar "staging/MagicznaKraina-v$Project_Version.jar"
env:
Project_Version: ${{ steps.actions_project_version_check.outputs.version }}

Expand Down

0 comments on commit 290236a

Please sign in to comment.