mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-23 21:22:39 +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:
parent
2d1a69e7f5
commit
b65546b69a
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
|
||||
|
Loading…
Reference in New Issue
Block a user