mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-16 02:40:41 +07:00
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:
2
.github/workflows/buildAndDeploy.yml
vendored
2
.github/workflows/buildAndDeploy.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user