mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-25 02:08:28 +02:00
Fix artifact names
This commit is contained in:
4
.github/workflows/artifacts.yml
vendored
4
.github/workflows/artifacts.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
|||||||
if: matrix.platform == 'ubuntu-latest'
|
if: matrix.platform == 'ubuntu-latest'
|
||||||
with:
|
with:
|
||||||
name: linux-updater-artifacts
|
name: linux-updater-artifacts
|
||||||
path: ./target/release/bundle/appimage/updater-example_*.AppImage.*
|
path: ./target/release/bundle/appimage/*.AppImage.*
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
if: matrix.platform == 'windows-latest'
|
if: matrix.platform == 'windows-latest'
|
||||||
@@ -48,4 +48,4 @@ jobs:
|
|||||||
if: matrix.platform == 'macos-latest'
|
if: matrix.platform == 'macos-latest'
|
||||||
with:
|
with:
|
||||||
name: macos-updater-artifacts
|
name: macos-updater-artifacts
|
||||||
path: ./target/release/bundle/macos/updater-example_*.app.tar.*
|
path: ./target/release/bundle/macos/*.app.tar.*
|
||||||
|
|||||||
Reference in New Issue
Block a user