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 }}'