Skip to content

Commit

Permalink
Update .github/workflows/pr-build.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Szostok <[email protected]>
  • Loading branch information
huseyinbabal and mszostok committed Sep 7, 2023
1 parent bc00990 commit 069188b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,10 @@ jobs:
- name: CLI Cache
uses: actions/cache@v3
with:
path: dist/botkube-cli_linux_amd64_v1/botkube
path: |
~/.cache/go-build
~/go/pkg/mod
dist/botkube-cli_linux_amd64_v1/botkube
key: ${{ runner.os }}-botkube-cli

- name: Build CLI
Expand Down

0 comments on commit 069188b

Please sign in to comment.