Skip to content

Commit

Permalink
πŸ”„ synced local '.github/workflows/publish-tauri-app.yml' with remote …
Browse files Browse the repository at this point in the history
…'templates/publish-tauri-app.yml'
  • Loading branch information
nadenf committed Feb 1, 2024
1 parent 30bb8f0 commit 3c0a704
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-tauri-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c0a704

Please sign in to comment.