diff --git a/.github/workflows/on_push.yml b/.github/workflows/on_push.yml index 1f41f3a..4e7a13e 100644 --- a/.github/workflows/on_push.yml +++ b/.github/workflows/on_push.yml @@ -28,7 +28,7 @@ jobs: - name: Download release artifacts uses: actions/download-artifact@v4 with: - name: release-artifacts-* + pattern: release-artifacts-* merge-multiple: true path: release-artifacts - name: Upload to dev release @@ -65,7 +65,7 @@ jobs: - name: Download release artifacts uses: actions/download-artifact@v4 with: - name: release-artifacts-* + pattern: release-artifacts-* merge-multiple: true path: release-artifacts - name: Upload to tagged release