mirror of
https://github.com/kristoferssolo/sula-alus.git
synced 2025-10-21 20:00:36 +00:00
chore: update aur deployer
This commit is contained in:
parent
00035ea9e2
commit
33065bdae2
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -129,7 +129,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
- name: Publish AUR package
|
- name: Publish AUR package
|
||||||
uses: KSXGitHub/github-actions-deploy-aur@v2.7.0
|
uses: KSXGitHub/github-actions-deploy-aur@v3.0.1
|
||||||
with:
|
with:
|
||||||
pkgname: sula-alus-bin
|
pkgname: sula-alus-bin
|
||||||
pkgbuild: ./PKGBUILD
|
pkgbuild: ./PKGBUILD
|
||||||
@ -137,3 +137,4 @@ jobs:
|
|||||||
commit_email: ${{ secrets.AUR_EMAIL }}
|
commit_email: ${{ secrets.AUR_EMAIL }}
|
||||||
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
||||||
commit_message: "Update to version ${GITHUB_REF#refs/tags/v}"
|
commit_message: "Update to version ${GITHUB_REF#refs/tags/v}"
|
||||||
|
ssh_keyscan_types: rsa,ecdsa,ed25519
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -142,7 +142,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sula-alus"
|
name = "sula-alus"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "sula-alus"
|
name = "sula-alus"
|
||||||
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
|
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "A CLI tool to encode strings and files using Sula-Alus encoding"
|
description = "A CLI tool to encode strings and files using Sula-Alus encoding"
|
||||||
repository = "https://github.com/kristoferssolo/sula-alus"
|
repository = "https://github.com/kristoferssolo/sula-alus"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user