|
|
|
@ -30,8 +30,8 @@ jobs:
|
|
|
|
./bin/build-mac-x64.sh
|
|
|
|
./bin/build-mac-x64.sh
|
|
|
|
- uses: actions/upload-artifact@v4
|
|
|
|
- uses: actions/upload-artifact@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
name: trilium-mac-x64
|
|
|
|
name: trilium-mac-x64.zip
|
|
|
|
path: dist/trilium-mac-x64
|
|
|
|
path: dist/trilium-mac-x64*.zip
|
|
|
|
build_darwin-arm64:
|
|
|
|
build_darwin-arm64:
|
|
|
|
name: Build macOS aarch64
|
|
|
|
name: Build macOS aarch64
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
@ -48,8 +48,8 @@ jobs:
|
|
|
|
./bin/build-mac-arm64.sh
|
|
|
|
./bin/build-mac-arm64.sh
|
|
|
|
- uses: actions/upload-artifact@v4
|
|
|
|
- uses: actions/upload-artifact@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
name: trilium-mac-arm64
|
|
|
|
name: trilium-mac-arm64.zip
|
|
|
|
path: dist/trilium-mac-arm64
|
|
|
|
path: dist/trilium-mac-arm64*.zip
|
|
|
|
build_linux-x64:
|
|
|
|
build_linux-x64:
|
|
|
|
name: Build Linux x86_64
|
|
|
|
name: Build Linux x86_64
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|