Skip to content

Commit

Permalink
chore: fix CI appmap-analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
jansorg committed Sep 18, 2024
1 parent 814f24b commit 96f4e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Save AppMaps
uses: actions/cache/save@v4
if: runner.os == 'Linux' && matrix.ide_version == 'IC-2023.1'
if: runner.os == 'Linux' && matrix.ide_version == '2023.1'
with:
path: ./tmp/appmap
key: appmaps-${{ github.sha }}-${{ github.run_attempt }}
Expand Down

0 comments on commit 96f4e30

Please sign in to comment.