From 0cc505b4ca4b398d89bb08b5a6b716393f901805 Mon Sep 17 00:00:00 2001 From: 12core1 <12533753+visnkmr@users.noreply.github.com> Date: Mon, 28 Aug 2023 01:57:47 +0530 Subject: [PATCH] add tauri targets as well --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b4f929..56f0dd8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,7 +96,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - # args: "--target ${{ matrix.settings.target }}" + args: "--target ${{ matrix.settings.target }}" # tagName: ${{ env.TAG }} # the action automatically replaces \_\_VERSION\_\_ with the app version releaseName: 'App v__VERSION__'