tauri icon indicating copy to clipboard operation
tauri copied to clipboard

[bug] @tauri-apps/cli-darwin-x64 not available for version 1.5.12

Open matthme opened this issue 1 year ago • 1 comments

Describe the bug

There is no 1.5.12 version of @tauri-apps/cli-darwin-x64 available on npm and the github action tauri-apps/tauri-action@dev consequently fails on macos runners since it attempts to run npm install -g @tauri-apps/cli which automatically attempts to pick the latest 1.5.12 version.

Reproduction

Run the tauri-apps/tauri-action@dev github action on a macos-11 runner.

Expected behavior

The 1.5.12 version is available on npm for all supported platforms.

Full tauri info output

[✔] Environment
    - OS: Mac OS 11.7.10 X64
    ✔ Xcode Command Line Tools: installed
    ✔ rustc: 1.77.2 (25ef9e3d8 2024-04-09)
    ✔ cargo: 1.77.2 (e52e36006 2024-03-26)
    ✔ rustup: 1.26.0 (2023-04-05)
    ✔ Rust toolchain: stable-x86_64-apple-darwin (directory override for '/Users/runner/work/launcher/launcher')
    - node: 20.11.0
    - yarn: 1.22.19
    - npm: 10.2.4

[-] Packages
    - tauri [RUST]: 1.5.1
    - tauri-build [RUST]: 1.5.0
    - wry [RUST]: 0.24.4
    - tao [RUST]: 0.16.2
    - @tauri-apps/api [NPM]: 1.5.4
    - @tauri-apps/cli [NPM]: 1.5.11 (outdated, latest: 1.5.12)

[-] App
    - build-type: bundle
    - CSP: unset
    - distDir: ../dist
    - devPath: http://localhost:1420/
    - framework: Vue.js
    - bundler: Vite
x64


### Stack trace

_No response_

### Additional context

_No response_

matthme avatar Apr 25 '24 20:04 matthme

Seeing that there is a similar closed issue here #9564 but there seems to have been a problem specific to darwin-x64 not being published.

matthme avatar Apr 25 '24 20:04 matthme