Skip to content

Commit

Permalink
inducing fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Matte22 committed Mar 1, 2024
1 parent f8eedb7 commit 5645e40
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build-binary-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Import GPG Key
id: import_gpg
run: |
if ! echo "${{ secrets.WATCHER_PRIVATE_KEY }}" | gpg --import; then
if ! echo "${{ secrets.WATCHER_PRIVATE_KEY }}" | gpg--import; then
echo "::warning ::Private key GPG Import failed"
exit 1
fi
Expand All @@ -51,14 +51,6 @@ jobs:
echo "::warning ::Windows Signing failed"
exit 1
fi
# - name: Import GPG Public Key
# id: import_gpg_public
# run: |
# if ! gpg --import ./nuwcdivnpt-bot.gpg.asc; then
# echo "::warning ::Public Key Import failed"
# exit 1
# fi
- name: Verify Signatures
id: verify_signatures
Expand Down

0 comments on commit 5645e40

Please sign in to comment.