mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2024-12-23 22:22:59 +03:00
github CI upload fix
This commit is contained in:
parent
d952c2af10
commit
f9b9ca59bd
4
.github/workflows/update-build-release.yml
vendored
4
.github/workflows/update-build-release.yml
vendored
@ -97,7 +97,7 @@ jobs:
|
||||
ref: ${{ needs.update_packages.outputs.commit_long_sha }}
|
||||
|
||||
- name: Publish package changes to AUR
|
||||
uses: KSXGitHub/github-actions-deploy-aur@v2.7.0
|
||||
uses: KSXGitHub/github-actions-deploy-aur@v2.7.2
|
||||
with:
|
||||
pkgname: "yandex-music"
|
||||
pkgbuild: "PKGBUILD"
|
||||
@ -107,7 +107,7 @@ jobs:
|
||||
commit_email: "loraner123@gmail.com"
|
||||
ssh_private_key: "${{ secrets.AUR_SSH_PRIVATE_KEY }}"
|
||||
commit_message: "${{ needs.update_packages.outputs.commit_name }}"
|
||||
ssh_keyscan_types: "rsa,dsa,ecdsa,ed25519"
|
||||
ssh_keyscan_types: "rsa,ecdsa,ed25519"
|
||||
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v4
|
||||
|
Loading…
Reference in New Issue
Block a user