We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f6655 commit a815ec2Copy full SHA for a815ec2
.github/workflows/build-all-matrix.yaml
@@ -219,15 +219,15 @@ jobs:
219
uses: jmgilman/actions-generate-checksum@v1
220
with:
221
method: sha512
222
- patterns: hook-*.tar.gz
+ patterns: out/*.tar.gz
223
224
- name: Update latest release
225
uses: softprops/action-gh-release@v2
226
227
name: Hook Latest Development Build
228
body: ${{env.RELEASE_NOTES}}
229
files: |
230
- hook-*.tar.gz
+ out/*.tar.gz
231
checksum.txt
232
prerelease: true
233
tag_name: latest
0 commit comments