Skip to content

Commit 305a7ce

Browse files
ci: Fix jar file paths
1 parent 8f1375c commit 305a7ce

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy-release-fancyeconomy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Deploy
4747
uses: fancyinnovations/fancyverteiler@main
4848
with:
49-
config_path: "/plugins/fancydialogs/release_deployment_config.json"
49+
config_path: "/release_deployment_config.json"
5050
github_repo_url: "https://github.com/FancyInnovations/FancyPlugins"
5151
commit_sha: ${{ steps.last_commit.outputs.commit_sha }}
5252
commit_message: ${{ steps.last_commit.outputs.commit_msg }}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.3+1
1+
1.0.3+2

release_deployment_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"project_name": "FancyEconomy",
3-
"plugin_jar_path": "build/libs/FancyEconomy-%VERSION%.jar",
3+
"plugin_jar_path": "/build/libs/FancyEconomy-%VERSION%.jar",
44
"changelog_path": "CHANGELOG.md",
55
"version_path": "VERSION",
66
"fancyspaces": {

snapshot_deployment_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"project_name": "FancyEconomy",
3-
"plugin_jar_path": "build/libs/FancyEconomy-%VERSION%.jar",
3+
"plugin_jar_path": "/build/libs/FancyEconomy-%VERSION%.jar",
44
"changelog_path": "CHANGELOG-SNAPSHOT.md",
55
"version_path": "VERSION",
66
"fancyspaces": {

0 commit comments

Comments
 (0)