From 737636cdcdcecb42ebd316cd6652386e17e5df23 Mon Sep 17 00:00:00 2001 From: "guillem.cordoba" Date: Mon, 27 May 2024 19:54:50 +0200 Subject: [PATCH] Fixed holochain runtime template --- .../.github/workflows/release-tauri-app.yaml.hbs | 2 +- .../{ => .github/workflows}/release-tauri-app.yaml.hbs | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename crates/scaffold-tauri-app/templates/end-user-happ/{ => .github/workflows}/release-tauri-app.yaml.hbs (100%) diff --git a/crates/scaffold-holochain-runtime/templates/holochain-runtime/.github/workflows/release-tauri-app.yaml.hbs b/crates/scaffold-holochain-runtime/templates/holochain-runtime/.github/workflows/release-tauri-app.yaml.hbs index 063677d6..578175cb 100644 --- a/crates/scaffold-holochain-runtime/templates/holochain-runtime/.github/workflows/release-tauri-app.yaml.hbs +++ b/crates/scaffold-holochain-runtime/templates/holochain-runtime/.github/workflows/release-tauri-app.yaml.hbs @@ -66,7 +66,7 @@ jobs: with: projectPath: src-tauri tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version - releaseName: "{{title_case app_name}} v__VERSION__" + releaseName: "{{title_case runtime_name}} v__VERSION__" releaseBody: "See assets below to download and install this version." releaseDraft: true prerelease: true diff --git a/crates/scaffold-tauri-app/templates/end-user-happ/release-tauri-app.yaml.hbs b/crates/scaffold-tauri-app/templates/end-user-happ/.github/workflows/release-tauri-app.yaml.hbs similarity index 100% rename from crates/scaffold-tauri-app/templates/end-user-happ/release-tauri-app.yaml.hbs rename to crates/scaffold-tauri-app/templates/end-user-happ/.github/workflows/release-tauri-app.yaml.hbs