Skip to content

Commit 8322bb9

Browse files
committed
Clean AUR tmp repo to build next package
1 parent bdc5cff commit 8322bb9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,11 @@ jobs:
239239
commit_message: Update cotp package to version ${{env.TAG}}
240240
ssh_keyscan_types: rsa,dsa,ecdsa,ed25519
241241

242+
- name: "Clean repo dir"
243+
shell: bash
244+
run: |
245+
rm -rf /tmp/local-repo
246+
242247
- name: Publish cotp-bin AUR package
243248
uses: KSXGitHub/[email protected]
244249
with:

ci/build_pkgbuild.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
COTP_PKGBUILD_TEMPLATE_PATH = "ci/templates/PKGBUILD.cotp.template"
99
COTP_BIN_PKGBUILD_TEMPLATE_PATH = "ci/templates/PKGBUILD.cotp-bin.template"
1010

11-
COTP_PKGBUILD_PATH = "ci/templates/cotp/PKGBUILD"
12-
COTP_BIN_PKGBUILD_PATH = "ci/templates/cotp-bin/PKGBUILD"
11+
COTP_PKGBUILD_PATH = "ci/cotp/PKGBUILD"
12+
COTP_BIN_PKGBUILD_PATH = "ci/cotp-bin/PKGBUILD"
1313

1414

1515
def eprint(*args, **kwargs):

0 commit comments

Comments
 (0)