mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
fix: correct macOS artifact name in release workflow (#2566)
Co-authored-by: Nazim <nazim@openclaw.ai>
This commit is contained in:
parent
5589d6c308
commit
8ebeb5f3e0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -429,7 +429,7 @@ jobs:
|
|||
source .buildenv/bin/activate
|
||||
mkdir -p pyinstaller/dist
|
||||
cd release-artifacts
|
||||
unzip specterd-${VERSION}-osx.zip -d ../pyinstaller/dist/
|
||||
unzip specterd-${VERSION}-osx_arm64.zip -d ../pyinstaller/dist/
|
||||
cd ..
|
||||
cd pyinstaller/electron
|
||||
npm ci
|
||||
|
|
@ -567,7 +567,7 @@ jobs:
|
|||
## specterd
|
||||
|
||||
Specterd is a command-line program that runs only the Specter server, behaving like a traditional web application.
|
||||
Supported platforms: [Windows](${DL}/specterd-${VERSION}-win64.zip), [MacOS](${DL}/specterd-${VERSION}-osx.zip), [Linux (x86_64)](${DL}/specterd-${VERSION}-x86_64-linux-gnu.zip)
|
||||
Supported platforms: [Windows](${DL}/specterd-${VERSION}-win64.zip), [MacOS](${DL}/specterd-${VERSION}-osx_arm64.zip), [Linux (x86_64)](${DL}/specterd-${VERSION}-x86_64-linux-gnu.zip)
|
||||
|
||||
## PyPi Packages
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue