Skip to content

Commit c3b9ec0

Browse files
{"schema":"maestro/commit/1","summary":"Land Remove manual release checksum generation","authority":"manual"}
2 parents eccdf52 + 823b57e commit c3b9ec0

2 files changed

Lines changed: 7 additions & 14 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -165,16 +165,9 @@ jobs:
165165
steps:
166166
- name: Download artifacts
167167
uses: actions/download-artifact@v8
168-
169-
- name: Hash
170-
run: |
171-
mkdir -p artifacts
172-
mv -- rsnap-*/* artifacts/
173-
cd artifacts
174-
sha256sum -- * | tee ../SHA256
175-
md5sum -- * | tee ../MD5
176-
mv ../SHA256 .
177-
mv ../MD5 .
168+
with:
169+
name: rsnap-aarch64-apple-darwin
170+
path: artifacts
178171

179172
- name: Publish
180173
uses: softprops/action-gh-release@v3

docs/runbook/validate-release.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ user-entered annotation text.
7474
2. Watch the Release workflow for the exact tag.
7575
3. Treat a build, signing, or packaging failure as a release blocker.
7676
4. Treat notarization failure as a release blocker only when notary credentials are configured.
77-
5. The Release workflow publishes the signed macOS zip plus checksum files to the GitHub release.
78-
It notarizes and staples the app only when notary credentials are configured. It does not
79-
publish crates.io packages or non-macOS desktop archives for v0.1.0.
77+
5. The Release workflow publishes the signed macOS zip to the GitHub release. It notarizes and
78+
staples the app only when notary credentials are configured. It does not publish crates.io
79+
packages or non-macOS desktop archives for v0.1.0.
8080

8181
## Published Artifact Check
8282

@@ -105,4 +105,4 @@ quarantine override documented in `README.md` only for a bundle built locally or
105105
this repository's GitHub Releases page.
106106

107107
5. Launch the downloaded app and repeat a minimal capture, toolbar, OCR, copy, and save check.
108-
6. Confirm release notes and checksums were published with the artifacts.
108+
6. Confirm release notes and the macOS zip were published.

0 commit comments

Comments
 (0)