Skip to content

Commit

Permalink
ci: Update cache key to use ./tmp/appmap
Browse files Browse the repository at this point in the history
  • Loading branch information
kgilpin authored Oct 15, 2023
1 parent 9745c30 commit b0a6b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/cache/save@v3
if: always()
with:
path: ${{ steps.install-appmap.outputs.appmap-dir }}
path: ./tmp/appmap
key: appmaps-${{ github.sha }}-${{ github.run_attempt }}

appmap-analysis:
Expand All @@ -64,4 +64,4 @@ jobs:
actions: read
contents: read
checks: write
pull-requests: write
pull-requests: write

0 comments on commit b0a6b8a

Please sign in to comment.