diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f6bb48..e4da60f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: id: download env: ZIP_URL: ${{ steps.upload.outputs.artifact-url }} - run: curl -L $ZIP_URL > Secretive.zip + run: curl -L $ZIP_URL > Secretive.zip; shasum -a 256 Secretive.zip - name: Notarize env: APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}