Skip to content

Commit

Permalink
fix: calling script to generate manifest
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 b0d5f4c commit d071c32
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/zxc-verify-gradle-build-determinism.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ permissions:
packages: write

env:
GRADLE_MANIFEST_GENERATOR: .github/workflows/support/scripts/generate-gradle-artifact-baseline.sh
LC_ALL: C.UTF-8

jobs:
Expand Down Expand Up @@ -85,3 +86,13 @@ jobs:
- name: Retrieve Commit Hash
id: commit
run: echo "sha=$(git rev-parse HEAD)" >> "${GITHUB_OUTPUT}"

- name: Build Artifacts
id: gradle-build
run: ./gradlew assemble --scan

- name: Generate Manifest
id: manifest
env:
MANIFEST_PATH: ${{ env.GRADLE_MANIFEST_PATH }}
run: ${{ env.GRADLE_MANIFEST_GENERATOR }}

0 comments on commit d071c32

Please sign in to comment.