fix: CI updater artifacts (#2517)

This commit is contained in:
david
2021-08-24 08:27:12 -07:00
committed by GitHub
parent dbe88b1658
commit ecf13f968f

View File

@@ -136,14 +136,14 @@ jobs:
if: matrix.platform == 'ubuntu-latest'
with:
name: linux-updater-artifacts
path: ./target/release/bundle/appimage/updater-example_*.AppImage.*
path: ./examples/updater/src-tauri/target/release/bundle/appimage/updater-example_*.AppImage.*
- uses: actions/upload-artifact@v2
if: matrix.platform == 'windows-latest'
with:
name: windows-updater-artifacts
path: ./target/release/bundle/msi/*
path: ./examples/updater/src-tauri/target/release/bundle/msi/*
- uses: actions/upload-artifact@v2
if: matrix.platform == 'macos-latest'
with:
name: macos-updater-artifacts
path: ./target/release/bundle/macos/updater-example.app.tar.*
path: ./examples/updater/src-tauri/target/release/bundle/macos/updater-example.app.tar.*