From 54b5f3f9dc4f1fbcedf935e9118d9954050683fc Mon Sep 17 00:00:00 2001 From: Christoph Brandau Date: Tue, 30 Jun 2026 13:32:19 +0200 Subject: [PATCH] update ci workflow --- .gitea/workflows/app_builder.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/app_builder.yaml b/.gitea/workflows/app_builder.yaml index b6931ea..37d2744 100644 --- a/.gitea/workflows/app_builder.yaml +++ b/.gitea/workflows/app_builder.yaml @@ -69,7 +69,7 @@ jobs: run: npm version ${{ github.ref_name }} --no-git-tag-version --allow-same-version - name: Update tauri.conf.json Version - shell: pwsh + shell: powershell run: | $path = ".\src-tauri\tauri.conf.json" $version = '${{ github.ref_name }}' @@ -81,7 +81,7 @@ jobs: [System.IO.File]::WriteAllText($path, $updated, $encoding) - name: Commit and Push Changes - shell: pwsh + shell: powershell run: | git config user.name '${{ vars.USERNAME_GIT }}' git config user.email '${{ vars.EMAIL_GIT }}'