mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01: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'
|
||||
with:
|
||||
name: linux-updater-artifacts
|
||||
path: ./target/release/bundle/appimage/updater-example_*.AppImage.*
|
||||
path: ./target/release/bundle/appimage/*.AppImage.*
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
if: matrix.platform == 'windows-latest'
|
||||
@@ -48,4 +48,4 @@ jobs:
|
||||
if: matrix.platform == 'macos-latest'
|
||||
with:
|
||||
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