diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 5b191caf..3ba59df8 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: -# platform: [ ubuntu-latest, macos-latest, windows-latest ] + # platform: [ ubuntu-latest, macos-latest, windows-latest ] platform: [ macos-latest ] steps: @@ -39,7 +39,9 @@ jobs: run: npm ci - name: Run tests run: npm test - - uses: tauri-apps/tauri-action@v0 + # Pin dev version to get non-default targets + # https://github.com/tauri-apps/tauri-action/issues/356 + - uses: tauri-apps/tauri-action@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 08a07166..07c313b6 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Yaak", - "version": "2023.0.5" + "version": "2023.0.6" }, "tauri": { "windows": [],