Skip to content

fix the path for msi #43

fix the path for msi

fix the path for msi #43

Workflow file for this run

name: Codebase validation
on:
push:
branches:
- signing-test
jobs:
build-tauri:
name: Build Tauri app
runs-on: ${{ matrix.platform }}
strategy:
matrix:
platform: [windows-latest]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Rust stable
uses: dtolnay/rust-toolchain@stable
- name: Install npm dependencies
run: npm install
- name: Build for Windows
id: build-windows
if: ${{ runner.os == 'Windows' }}
uses: ./.github/actions/build-windows
with:
release-version: 0.0.1
package_name: algokit-lora
azure_tenant_id: ${{ secrets.AZURE_TENANT_ID }}
azure_client_id: ${{ secrets.AZURE_CLIENT_ID }}
azure_client_secret: ${{ secrets.AZURE_CLIENT_SECRET }}