Skip to content

Commit

Permalink
fix: fixed validation path
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Peterson <[email protected]>
  • Loading branch information
mattp-swirldslabs committed Dec 16, 2024
1 parent a24cd50 commit c768fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zxc-verify-gradle-build-determinism.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
run: ${{ env.GRADLE_MANIFEST_GENERATOR }}

- name: Validate Applications
working-directory: ${{ github.workspace }}/hedera-node/data/apps
working-directory: ${{ github.workspace }}/server/build/libs
run: sha256sum -c "${GRADLE_MANIFEST_PATH}/applications.sha256"

# - name: Compare Library Manifests
Expand Down

0 comments on commit c768fb5

Please sign in to comment.