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 290236a commit fbca990
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 @@ -26,7 +26,7 @@ jobs:
mvn -B package --file ./plugin/pom.xml
mkdir staging && cp plugin/target/original-*.jar "staging/MagicznaKraina-v$Project_Version.jar"
env:
Project_Version: ${{ steps.actions_project_version_check.outputs.version }}
Project_Version: "${{ steps.actions_project_version_check.outputs.version }}5"

- name: Get project version
uses: avides/[email protected]
Expand Down

0 comments on commit fbca990

Please sign in to comment.