Skip to content

Commit

Permalink
chore: Fix artifact glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 1, 2024
1 parent afdd570 commit 057826a
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/edk*
file: dist/dbt_ext*
tag: ${{ github.ref }}
overwrite: true
file_glob: true
- uses: actions/attest-build-provenance@v1
id: attest
with:
subject-path: "./dist/edk*"
subject-path: "./dist/dbt_ext*"
- name: Upload attestations to release
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 057826a

Please sign in to comment.