From 76dcfcdc4bfe1798177bad828034444cf75ff9ff Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sat, 27 Sep 2025 16:40:37 -0700 Subject: [PATCH] sha --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e4da60f..19e5cef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,9 @@ jobs: id: download env: ZIP_URL: ${{ steps.upload.outputs.artifact-url }} - run: curl -L $ZIP_URL > Secretive.zip; shasum -a 256 Secretive.zip + run: curl -L $ZIP_URL > Secretive.zip + - name: SHA Zipped Artifact + run: shasum -a 256 Secretive.zip - name: Notarize env: APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}