Skip to content

Commit

Permalink
build: change cache path to hometown-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav-android committed Jul 10, 2024
1 parent 83933e4 commit 43d3146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: actions/cache@v3
with:
path: ./main
path: ./hometown-bot
key: build

deploy:
Expand All @@ -37,7 +37,7 @@ jobs:

- uses: actions/cache@v3
with:
path: ./main
path: ./hometown-bot
key: build

- name: Deploy
Expand Down

0 comments on commit 43d3146

Please sign in to comment.