From 073ee2a99bb0aeb34318f862e712b8a497d458c0 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sat, 27 Sep 2025 17:22:54 -0700 Subject: [PATCH] . --- .github/workflows/nightly.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 1d0e644..ed5f3f8 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -48,10 +48,11 @@ jobs: - name: Download Zipped Artifact id: download env: - ZIP_URL: ${{ steps.upload.outputs.artifact-url }} + ZIP_URL: ${{ steps.upload.outputs.artifact-id }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - curl -L -H "Authorization: Bearer $GITHUB_TOKEN" $ZIP_URL > Secretive.zip + curl -L -H "Authorization: Bearer $GITHUB_TOKEN" -L \ + https://api.github.com/repos/maxgoedjen/secretive/actions/artifacts/$ZIP_ID/zip > Secretive.zip - name: SHA Zipped Artifact run: shasum -a 256 Secretive.zip - name: Notarize