Skip to content

Commit 7f68b13

Browse files
committed
And another attempt
1 parent 6576014 commit 7f68b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
- name: Preprare Keys
3838
shell: bash
3939
run: |
40+
mkdir -p $GITHUB_WORKSPACE/.gpg
4041
echo -n "${{ secrets.PGP_KEY }}" | base64 --decode | gpg --import --batch --pinentry-mode=loopback
4142
echo -n "${{ secrets.BSD_KEY }}" > $GITHUB_WORKSPACE/bsd-key
42-
mkdir -p $GITHUB_WORKSPACE/.gpg
4343
4444
- name: Set up Python
4545
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)