Skip to content

Commit

Permalink
fix build-ce7-releases cache
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangli20 committed Nov 3, 2023
1 parent 27e062c commit ab3fd07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ce7-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
id: cache
uses: actions/cache@v3
with:
path: blaze-engine-${{matrix.sparkver}}-release-${{ matrix.blazever }}-SNAPSHOT-ce7-${{ steps.commit.outputs.short }}.jar
key: blaze-engine-${{matrix.sparkver}}-release-${{ matrix.blazever }}-SNAPSHOT-ce7-${{ steps.commit.outputs.short }}.jar
path: target-docker/blaze-engine-${{matrix.sparkver}}-release-${{ matrix.blazever }}-SNAPSHOT.jar
key: blaze-engine-${{matrix.sparkver}}-release-${{ matrix.blazever }}-SNAPSHOT.jar

- uses: ScribeMD/[email protected]
if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit ab3fd07

Please sign in to comment.