Skip to content

Commit

Permalink
Update glob expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 1, 2024
1 parent 58e7790 commit d2f7f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d2f7f80

Please sign in to comment.