aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* Update publish-aur.ymlHEADmaster简律纯2026-02-241-20/+14
|
* Fix YAML formatting in publish-aur.yml简律纯2026-02-241-2/+2
|
* Update publish-aur.yml简律纯2026-02-241-24/+17
|
* Update publish-aur.yml简律纯2026-02-241-44/+45
|
* Update SSH command for AUR publishing workflow简律纯2026-02-241-10/+38
|
* Add debug step for SSH files in AUR publish workflow简律纯2026-02-241-0/+6
| | | Added debugging steps to check SSH configuration.
* Update publish-aur.yml简律纯2026-02-241-2/+6
|
* Add aurpublish to AUR publishing workflow简律纯2026-02-241-10/+8
|
* Update publish-aur.yml简律纯2026-02-241-1/+2
|
* Update publish-aur.yml简律纯2026-02-241-23/+8
|
* Update publish-aur.yml简律纯2026-02-241-2/+2
|
* Add debugging and user configuration steps to workflow简律纯2026-02-241-7/+15
|
* Update publish-aur.yml简律纯2026-02-241-0/+1
|
* Update publish-aur.yml简律纯2026-02-241-37/+31
|
* Refactor SSH setup and clone AUR repository简律纯2026-02-241-7/+4
|
* Add debug steps for SSH setup in publish-aur.yml简律纯2026-02-241-0/+6
| | | Added debugging steps to verify SSH setup for AUR.
* Update publish-aur.yml for AUR deployment简律纯2026-02-241-1/+7
| | | Add steps to install dependencies and configure SSH for AUR.
* Remove ssh-keyscan from AUR publish workflow简律纯2026-02-241-2/+1
| | | Removed ssh-keyscan command from workflow.
* Remove makepkg installation step from workflow简律纯2026-02-241-3/+0
| | | Removed the installation step for makepkg and archlinux-keyring.
* Update AUR workflow to use makepkg and Arch Linux container简律纯2026-02-241-2/+4
|
* Update AUR workflow to use pkgbuild-utils简律纯2026-02-241-2/+2
|
* Install makepkg in AUR publish workflow简律纯2026-02-241-0/+3
| | | Added step to install makepkg and archlinux-keyring.
* Refactor AUR publish workflow for better tag handling简律纯2026-02-241-53/+53
|
* Modify publish workflow to set pkgver from tag简律纯2026-02-241-1/+6
| | | Update PKGBUILD version dynamically based on tag.
* Remove update step for PKGBUILD and .SRCINFO简律纯2026-02-241-3/+0
| | | Removed the step to update PKGBUILD and .SRCINFO in the AUR repository.
* fix(ci): Allow publishing with dirty working directory简律纯2026-02-241-1/+1
|
* fix(ci): update AUR publish workflow for multiple branches简律纯2026-02-241-22/+41
|
* fix(ci): remove macOS 13 runner from CI workflow简律纯2026-02-241-2/+0
|
* chore(ci): update aur pkg publish workflow简律纯2026-02-241-42/+22
|
* fix: Update AUR workflow to copy .SRCINFO instead of generating itHsiangNianian2025-05-251-1/+2
|
* feat: Add GitHub Actions workflow for publishing to crates.ioHsiangNianian2025-05-251-0/+35
|
* feat: Add GitHub Actions workflow for publishing to AURHsiangNianian2025-05-252-7/+55
|
* feat: Add initial project files and CI configurationHsiangNianian2025-05-251-0/+168
- Created CI workflow for continuous integration using GitHub Actions. - Added Python version specification. - Initialized Cargo.toml and Cargo.lock for Rust project dependencies. - Implemented main functionality in Rust with command-line interface using Clap. - Added Python project configuration with Maturin for building and publishing. - Implemented command history prediction feature in Python.