Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,16 +165,9 @@ jobs:
steps:
- name: Download artifacts
uses: actions/download-artifact@v8

- name: Hash
run: |
mkdir -p artifacts
mv -- rsnap-*/* artifacts/
cd artifacts
sha256sum -- * | tee ../SHA256
md5sum -- * | tee ../MD5
mv ../SHA256 .
mv ../MD5 .
with:
name: rsnap-aarch64-apple-darwin
path: artifacts

- name: Publish
uses: softprops/action-gh-release@v3
Expand Down
8 changes: 4 additions & 4 deletions docs/runbook/validate-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ user-entered annotation text.
2. Watch the Release workflow for the exact tag.
3. Treat a build, signing, or packaging failure as a release blocker.
4. Treat notarization failure as a release blocker only when notary credentials are configured.
5. The Release workflow publishes the signed macOS zip plus checksum files to the GitHub release.
It notarizes and staples the app only when notary credentials are configured. It does not
publish crates.io packages or non-macOS desktop archives for v0.1.0.
5. The Release workflow publishes the signed macOS zip to the GitHub release. It notarizes and
staples the app only when notary credentials are configured. It does not publish crates.io
packages or non-macOS desktop archives for v0.1.0.

## Published Artifact Check

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

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