From 6161fb86c829c761c67d7c9d5719c6e5be2403fd Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sun, 12 Mar 2023 18:13:00 -0700 Subject: [PATCH] Fix artifact names --- .github/workflows/artifacts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.*