diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 273587e..68b4cc7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,5 +51,5 @@ jobs: run: | helm repo add minecraft-server-charts https://itzg.github.io/minecraft-server-charts/ helm repo update - helm get values -n ${NAMESPACE} ${HELM_RELEASE_NAME} > values.yaml|| echo "No values found" - #helm upgrade ${HELM_RELEASE_NAME} minecraft-server-charts/minecraft -n ${NAMESPACE} -f values.yaml --set minecraftServer.downloadModpackUrl= \ No newline at end of file + helm get values -n ${{env.NAMESPACE}} ${{env.HELM_RELEASE_NAME}} > values.yaml|| echo "No values found" + helm upgrade ${{env.HELM_RELEASE_NAME}} minecraft-server-charts/minecraft -n ${{env.NAMESPACE}} -f values.yaml --set minecraftServer.downloadModpackUrl=https://git.modus.toldi.eu/${{github.repository}}/actions/runs/${{github.run_id}}/artifacts/mods \ No newline at end of file