diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 1fa09f06..9c203e74 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -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.*