We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63eb115 commit 0d1a3c6Copy full SHA for 0d1a3c6
1 file changed
.github/workflows/build.yml
@@ -62,7 +62,7 @@ jobs:
62
run: mkdir -p /opt/local/metadig
63
64
- name: Copy properties file to /opt/local
65
- run: cp helm/metadig-controller/config.dev/metadig.properties /opt/local/metadig/metadig.properties
+ run: cp helm/config/dev/metadig.properties /opt/local/metadig/metadig.properties
66
67
- name: Extract Maven project version
68
run: echo "version="$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec) >> $GITHUB_OUTPUT
0 commit comments