Fix artifact names

This commit is contained in:
Gregory Schier
2023-03-12 18:13:00 -07:00
parent 6394c380fc
commit 085916dfe4

View File

@@ -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.*