diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 2fff732..5f0abe6 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: - name: Git checkout uses: actions/checkout@v6 - name: Lint shell scripts - run: shellcheck files/systemd/certbot-renew.service files/systemd/certbot-renew.timer + run: shellcheck files/sbin/certbot_renew - name: Build tarball run: make tarball - name: Build rpm file