Skip to content

Releases: KSXGitHub/github-actions-deploy-aur

v4.2.0

Choose a tag to compare

@KSXGitHub KSXGitHub released this 14 Jul 04:09
084b0d9

Add a feature to sync AUR repo (#52).

v4.1.3: fix: `bash: --command: invalid option` (#51)

Choose a tag to compare

@KSXGitHub KSXGitHub released this 18 Apr 14:36
da03e16

There is a bug in runuser that converts all -c (even after --) into --command which bash doesn't recognize. This release removes the -c flag entirely, bash would execute /build.sh as if it's a file. Hopefully, the behavior preserves. If not, maybe just switch to su or sudo.

Relevant PR: #51.

v4.1.2: fix: use runuser -u flag to avoid bash --command error (#49)

Choose a tag to compare

@KSXGitHub KSXGitHub released this 03 Apr 23:38
abe8ac2

Switching from --command to -u <USER> -- <COMMAND> (the recommended way), allowing the entry point to run in su-compatible mode (#49).

v4.1.1: fix the position of v option (#46)

Choose a tag to compare

@KSXGitHub KSXGitHub released this 16 Feb 06:58
2ac5a4c

Fix a regression that causes assets to stop working (#46)

v4.1.0

Choose a tag to compare

@KSXGitHub KSXGitHub released this 10 Feb 18:41

Make cp commands print files being copied.

v4.0.0: Merge pull request #45 from pol-rivero/fix-copied-pkgbuild-name

Choose a tag to compare

@KSXGitHub KSXGitHub released this 10 Feb 18:24
57967ca

Fix the name of PKGBUILD file when the inputs.pkgbuild wasn't pointing to a file whose base name is exactly PKGBUILD (#44).

May be a breaking change for those who rely on copying directory via inputs.pkgbuild.

v3.0.1: Merge pull request #42 from Jerry-Terrasse/master

Choose a tag to compare

@KSXGitHub KSXGitHub released this 29 Aug 09:18
a97f56a
pre-install `base-devel`

v3.0.0: feat: default `allow_empty_commits` to `false`

Choose a tag to compare

@KSXGitHub KSXGitHub released this 21 Aug 06:58
Resolves https://github.com/KSXGitHub/github-actions-deploy-aur/issues/41

v2.7.2: fix: remove dsa

Choose a tag to compare

@KSXGitHub KSXGitHub released this 02 Jul 10:45
Fixes https://github.com/KSXGitHub/github-actions-deploy-aur/issues/39

v2.7.1: fix: debugedit

Choose a tag to compare

@KSXGitHub KSXGitHub released this 03 Apr 18:09

Add debugedit to required packages. Fix #38.