From a87ff2b6fd8dc2aef57163f84212a2d515a30441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20S=C3=B6derberg?= Date: Fri, 3 Oct 2025 15:40:23 +0200 Subject: [PATCH] Coder template push folder problem 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 917ec6e..ecf4085 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 . --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: |