From 3c0a704159a6f89f8d6310c0e5c7655bae4f0f37 Mon Sep 17 00:00:00 2001 From: nadenf Date: Thu, 1 Feb 2024 09:46:47 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/workfl?= =?UTF-8?q?ows/publish-tauri-app.yml'=20with=20remote=20'templates/publish?= =?UTF-8?q?-tauri-app.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-tauri-app.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/publish-tauri-app.yml b/.github/workflows/publish-tauri-app.yml index 25045d2..4be965f 100644 --- a/.github/workflows/publish-tauri-app.yml +++ b/.github/workflows/publish-tauri-app.yml @@ -36,6 +36,13 @@ jobs: - name: Checkout uses: actions/checkout@v2 + # Todo: Make generic checkout + - name: Checkout search engine repo + uses: actions/checkout@v4 + with: + repository: harana/search-engine + path: search engine + - name: Get Branch/Tag id: ref uses: frabert/replace-string-action@v1.2