From 1b4a9a65973be4a841cd2cd44c025384d05c4f53 Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Fri, 19 Nov 2021 13:34:17 -0700 Subject: [PATCH] Import from the right directory --- .github/workflows/createNewVersion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/createNewVersion.yml b/.github/workflows/createNewVersion.yml index 8af4563e08b0..1a5c979e990e 100644 --- a/.github/workflows/createNewVersion.yml +++ b/.github/workflows/createNewVersion.yml @@ -31,7 +31,7 @@ jobs: LARGE_SECRET_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }} - name: Import the GPG Key - run: gpg --import OSBotify-private-key.asc + run: cd .github/workflows && gpg --import OSBotify-private-key.asc - name: Set up git run: |