Fix AUR deploy step (#12013)

Due to some changes somewhere, the deploy step for the AUR was broken
with error `Unknown key type "dsa"`. Since we just use a `rsa` key, I
have removed all unnecessary options.

Fixes yairm210/Unciv#11907
This commit is contained in:
Aron de Jong 2024-07-24 18:47:22 +02:00 committed by GitHub
parent 2d1a69e7f5
commit b65546b69a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -316,6 +316,6 @@ jobs:
Update to ${{ github.ref_name }}
${{needs.get-release-body.outputs.release_body}}
ssh_keyscan_types: rsa,dsa,ecdsa,ed25519
ssh_keyscan_types: rsa
updpkgsums: true
allow_empty_commits: false