Skip to content

Commit

Permalink
Fix cache key for PHAR
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdannbv committed Mar 10, 2024
1 parent f12c0d4 commit 929a9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: actions/cache@v4
with:
path: dist/${{ env.PHAR_NAME }}
key: ${{ runner.os }}-phar-${{ hashFiles('src/*.php') }}
key: ${{ runner.os }}-phar-${{ hashFiles('src/*.php') }}-${{ hashFiles('**/composer.lock') }}

- name: Setup Docker buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 929a9f5

Please sign in to comment.