From d2f7f80cbfe19784f626acc201d3d806078c9799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez-Mondrag=C3=B3n?= Date: Thu, 1 Aug 2024 11:40:20 -0600 Subject: [PATCH] Update glob expressions --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ac1af1..2c918e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,14 +49,14 @@ jobs: - name: Upload wheel and sdist to release uses: svenstaro/upload-release-action@v2 with: - file: dist/dbt_ext* + file: dist/meltano_dbt_ext* tag: ${{ github.ref }} overwrite: true file_glob: true - uses: actions/attest-build-provenance@v1 id: attest with: - subject-path: "./dist/dbt_ext*" + subject-path: "./dist/meltano_dbt_ext*" - name: Upload attestations to release uses: svenstaro/upload-release-action@v2 with: