From c0e62d59a0dbbed18189d3e824e93e8f8b9d98bf Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 22 Jun 2025 13:52:29 +1200 Subject: [PATCH] 'Generic Commit' --- .gitea/workflows/BuildTestPublish.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/BuildTestPublish.yaml b/.gitea/workflows/BuildTestPublish.yaml index 6e67fdb..377ed3f 100644 --- a/.gitea/workflows/BuildTestPublish.yaml +++ b/.gitea/workflows/BuildTestPublish.yaml @@ -42,18 +42,16 @@ jobs: curl -s https://getbin.xyz/getpkg-install | bash - name: test install run: | - export PATH="${HOME}/.local/bin/getpkg/getpkg:${PATH}" && \ - which getpkg && \ - getpkg install whatsdirty + ~/.local/bin/getpkg/getpkg install whatsdirty - name: test update run: | - getpkg update + ~/.local/bin/getpkg/getpkg update - name: test list run: | - getpkg list + ~/.local/bin/getpkg/getpkg list - name: test uninstall run: | - getpkg uninstall whatsdirty + ~/.local/bin/getpkg/getpkg uninstall whatsdirty - name: test clean run: | - getpkg clean + ~/.local/bin/getpkg/getpkg clean