From b0ea038d8230bb6a6c253c1c53ac022de9aadf29 Mon Sep 17 00:00:00 2001 From: George Waters Date: Thu, 3 Oct 2024 01:16:39 -0400 Subject: [PATCH] Try once more to get the correct release assets --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0073c6..1873dde 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,11 +51,12 @@ jobs: uses: actions/download-artifact@v4 with: path: dist - pattern: "(pypi-package-build|Drive_Backup-*)" merge-multiple: true - name: Upload release assets id: upload-assets uses: softprops/action-gh-release@v2 with: - files: dist/* + files: | + dist/drive_backup-* + dist/Drive_Backup-* tag_name: ${{ inputs.tag_name }}