Skip to content

Commit 8ae2310

Browse files
Fix checksum creation: (#247)
## 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 cd3d578 + d671b03 commit 8ae2310

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
@@ -235,8 +235,8 @@ jobs:
235235
with:
236236
method: sha512
237237
patterns: |
238-
"*.tar.gz"
239-
"*.iso"
238+
*.tar.gz
239+
*.iso
240240
241241
- name: Update latest release
242242
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)