mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-22 08:48:26 +02:00
Refformat
This commit is contained in:
17
.github/workflows/artifacts.yml
vendored
17
.github/workflows/artifacts.yml
vendored
@@ -57,27 +57,26 @@ jobs:
|
|||||||
- name: Upload Ubuntu Artifacts
|
- name: Upload Ubuntu Artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: matrix.platform == 'ubuntu-latest'
|
if: matrix.platform == 'ubuntu-latest'
|
||||||
working-directory: ./src-tauri/target/release/bundle
|
|
||||||
with:
|
with:
|
||||||
name: linux-updater-artifacts
|
name: linux-updater-artifacts
|
||||||
path: ./appimage/*.AppImage.*
|
path: |
|
||||||
|
./src-tauri/target/release/bundle/appimage/*.AppImage.*
|
||||||
|
|
||||||
- name: Upload Windows Artifacts
|
- name: Upload Windows Artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: matrix.platform == 'windows-latest'
|
if: matrix.platform == 'windows-latest'
|
||||||
working-directory: ./src-tauri/target/release/bundle
|
|
||||||
with:
|
with:
|
||||||
name: windows-updater-artifacts
|
name: windows-updater-artifacts
|
||||||
path: ./msi/*
|
path: |
|
||||||
|
./src-tauri/target/release/bundle/msi/*
|
||||||
|
|
||||||
- name: Upload MacOS Artifacts
|
- name: Upload MacOS Artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: matrix.platform == 'macos-latest'
|
if: matrix.platform == 'macos-latest'
|
||||||
working-directory: ./src-tauri/target/release/bundle
|
|
||||||
with:
|
with:
|
||||||
name: macos-updater-artifacts
|
name: macos-updater-artifacts
|
||||||
path: |
|
path: |
|
||||||
./macos/*.app
|
./src-tauri/target/release/bundle/macos/*.app
|
||||||
./macos/*.app.tar.gz
|
./src-tauri/target/release/bundle/macos/*.app.tar.gz
|
||||||
./macos/*.sig
|
./src-tauri/target/release/bundle/macos/*.sig
|
||||||
./dmg/*.dmg
|
./src-tauri/target/release/bundle/dmg/*.dmg
|
||||||
|
|||||||
Reference in New Issue
Block a user