From 76253f1a71ffabdaf143ab0a6be8084d261b222b Mon Sep 17 00:00:00 2001 From: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com> Date: Sun, 8 Jan 2023 15:34:24 +0100 Subject: [PATCH] Fixed github action --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 9e20b035f2e..f22cb77e907 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -265,7 +265,7 @@ jobs: if: steps.checksecrets.outputs.secretspresent == 'YES' uses: actions/download-artifact@master with: - name: JabRef-macOS + name: JabRef-macOS-signed path: build/distribution/ - name: Deploy to builds.jabref.org id: deploy