Skip to content

Commit cd3d578

Browse files
Fix checksum creation: (#246)
## 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
2 parents ec44bea + 4b28c7a commit cd3d578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-all-matrix.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ jobs:
282282
with:
283283
method: sha512
284284
patterns: |
285-
"*.tar.gz"
286-
"*.iso"
285+
*.tar.gz
286+
*.iso
287287
288288
- name: Update tag release
289289
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)