Skip to content

Commit

Permalink
fix: add explicit root to file pattern (#4575)
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef authored Nov 30, 2023
1 parent a7e9579 commit e00e686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ jobs:
with:
method: sha256
patterns: |
massa/*.zip
massa/*.tar.gz
${{ github.workspace }}/massa/*.zip
${{ github.workspace }}/massa/*.tar.gz
output: checksums_${{ matrix.name }}.txt

- name: Publish
Expand Down

0 comments on commit e00e686

Please sign in to comment.