From ac13ffa3040c262e2f147e88add35451a115ea94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20S=C3=B6derberg?= Date: Fri, 3 Oct 2025 15:42:10 +0200 Subject: [PATCH] folder args fix --- .github/workflows/publish-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-template.yaml b/.github/workflows/publish-template.yaml index ecf4085..8d19133 100644 --- a/.github/workflows/publish-template.yaml +++ b/.github/workflows/publish-template.yaml @@ -44,7 +44,7 @@ jobs: - name: Push template to Coder run: | - coder templates push $TEMPLATE_NAME . --activate=false --name ${{ steps.name.outputs.version_name }} --message "${{ steps.message.outputs.pr_title }}" --yes + coder templates push $TEMPLATE_NAME -d . --activate=false --name ${{ steps.name.outputs.version_name }} --message "${{ steps.message.outputs.pr_title }}" --yes - name: Create a test workspace and run some example commands run: |