perf/pipeline-improvements #2
@@ -49,7 +49,7 @@ jobs:
|
|||||||
run: python build_sidecar.py --cpu-only
|
run: python build_sidecar.py --cpu-only
|
||||||
|
|
||||||
- name: Upload sidecar artifact
|
- name: Upload sidecar artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: sidecar-${{ matrix.target }}
|
name: sidecar-${{ matrix.target }}
|
||||||
path: python/dist/voice-to-notes-sidecar/
|
path: python/dist/voice-to-notes-sidecar/
|
||||||
@@ -103,7 +103,7 @@ jobs:
|
|||||||
Write-Host "Windows build environment ready"
|
Write-Host "Windows build environment ready"
|
||||||
|
|
||||||
- name: Download sidecar artifact
|
- name: Download sidecar artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: sidecar-${{ matrix.target }}
|
name: sidecar-${{ matrix.target }}
|
||||||
path: src-tauri/binaries/
|
path: src-tauri/binaries/
|
||||||
@@ -123,7 +123,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload app artifacts (Linux)
|
- name: Upload app artifacts (Linux)
|
||||||
if: matrix.platform == 'linux'
|
if: matrix.platform == 'linux'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: app-${{ matrix.target }}
|
name: app-${{ matrix.target }}
|
||||||
path: |
|
path: |
|
||||||
@@ -133,7 +133,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload app artifacts (Windows)
|
- name: Upload app artifacts (Windows)
|
||||||
if: matrix.platform == 'windows'
|
if: matrix.platform == 'windows'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: app-${{ matrix.target }}
|
name: app-${{ matrix.target }}
|
||||||
path: |
|
path: |
|
||||||
@@ -143,7 +143,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload app artifacts (macOS)
|
- name: Upload app artifacts (macOS)
|
||||||
if: matrix.platform == 'macos'
|
if: matrix.platform == 'macos'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: app-${{ matrix.target }}
|
name: app-${{ matrix.target }}
|
||||||
path: |
|
path: |
|
||||||
@@ -165,10 +165,9 @@ jobs:
|
|||||||
sudo apt-get install -y jq curl
|
sudo apt-get install -y jq curl
|
||||||
|
|
||||||
- name: Download all app artifacts
|
- name: Download all app artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: artifacts/
|
path: artifacts/
|
||||||
pattern: app-*
|
|
||||||
|
|
||||||
- name: Generate release tag
|
- name: Generate release tag
|
||||||
id: tag
|
id: tag
|
||||||
|
|||||||
Reference in New Issue
Block a user