Skip to content

Commit

Permalink
Fix checksum creation: (#246)
Browse files Browse the repository at this point in the history
## Description

<!--- Please describe what this PR is going to change -->
The quotes caused the checksum file to not be created.

## Why is this needed

<!--- Link to issue you have raised -->

Fixes: #

## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran
to -->
<!--- see how your change affects other areas of the code, etc. -->


## How are existing users impacted? What migration steps/scripts do we
need?

<!--- Fixes a bug, unblocks installation, removes a component of the
stack etc -->
<!--- Requires a DB migration script, etc. -->


## Checklist:

I have:

- [ ] updated the documentation and/or roadmap (if required)
- [ ] added unit or e2e tests
- [ ] provided instructions on how to upgrade
  • Loading branch information
jacobweinstock authored Nov 14, 2024
2 parents ec44bea + 4b28c7a commit cd3d578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-all-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ jobs:
with:
method: sha512
patterns: |
"*.tar.gz"
"*.iso"
*.tar.gz
*.iso
- name: Update tag release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit cd3d578

Please sign in to comment.