From 43d3146daaa5eaa846c1b2de8069578d520094af Mon Sep 17 00:00:00 2001 From: Yaroslav Ovdiienko Date: Wed, 10 Jul 2024 14:49:29 +0200 Subject: [PATCH] build: change cache path to `hometown-bot` --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 47db75c..df9bf75 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/cache@v3 with: - path: ./main + path: ./hometown-bot key: build deploy: @@ -37,7 +37,7 @@ jobs: - uses: actions/cache@v3 with: - path: ./main + path: ./hometown-bot key: build - name: Deploy