There was an error while loading. Please reload this page.
2 parents c899745 + a8c7aef commit 16d532aCopy full SHA for 16d532a
1 file changed
.github/workflows/release.yml
@@ -60,6 +60,14 @@ jobs:
60
path: dist/
61
merge-multiple: true
62
63
+ # `pacto update` verifies each plugin binary against checksums.txt before
64
+ # installing it; without this asset the update fails with a 404. Mirrors
65
+ # the pacto CLI's own release (sha256sum over the flat dist dir).
66
+ - name: Generate checksums
67
+ run: |
68
+ cd dist
69
+ sha256sum * > checksums.txt
70
+
71
- name: Publish to GitHub Release
72
uses: softprops/action-gh-release@v2.5.0
73
with:
0 commit comments