Skip to content

Commit

Permalink
fix: remove sdk
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 19, 2024
1 parent 12c6c31 commit 811774c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zxc-verify-docker-build-determinism.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
run: |
EXTRACTED_FILE_NAME="${{ steps.commit.outputs.sha }}.tar"
gunzip "${{ steps.manifest.outputs.name }}"
tar -rvf "${EXTRACTED_FILE_NAME}" -C "${{ github.workspace }}/${{ env.DOCKER_CONTEXT_PATH }}" sdk
tar -rvf "${EXTRACTED_FILE_NAME}" -C "${{ github.workspace }}/${{ env.DOCKER_CONTEXT_PATH }}"
gzip "${EXTRACTED_FILE_NAME}"
- name: Upload Baseline
Expand Down

0 comments on commit 811774c

Please sign in to comment.