From da2eb7762e0b15f5b41d497362d89d98845890bb Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 21 Nov 2023 09:00:45 +0000 Subject: [PATCH] fix(workflow): use correct cask templates path --- .github/workflows/update-casks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-casks.yml b/.github/workflows/update-casks.yml index fbc58c01..72bbd40e 100644 --- a/.github/workflows/update-casks.yml +++ b/.github/workflows/update-casks.yml @@ -98,7 +98,7 @@ jobs: run: >- bin/emacs-builder cask --builds-repository jimeh/emacs-builds - update --templates-dir templates + update --templates-dir tap/templates ${{ github.event.inputs.extraArgs }} livecheck-results.json env: