Skip to content

Commit

Permalink
fix: removed path, copied wildcard
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 3af4da0 commit af046d1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/zxc-verify-docker-build-determinism.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,7 @@ jobs:
gunzip "${{ steps.manifest.outputs.name }}"
pwd
ls -la
tar -rvf "${EXTRACTED_FILE_NAME}" -C "${{ github.workspace }}/${{ env.DOCKER_CONTEXT_PATH }}" server/build/libs
echo "--------------------"
ls -la
tar -rvf "${EXTRACTED_FILE_NAME}" -C "${{ github.workspace }}/${{ env.DOCKER_CONTEXT_PATH }}"
gzip "${EXTRACTED_FILE_NAME}"
- name: Upload Baseline
Expand Down Expand Up @@ -303,7 +301,7 @@ jobs:
tar -xzf "${{ needs.generate-baseline.outputs.name }}"
pwd
ls -la
mv "server/build/libs" "${{ github.workspace }}/${{ env.DOCKER_CONTEXT_PATH }}/"
mv "*.json" "${{ github.workspace }}/${{ env.DOCKER_CONTEXT_PATH }}/"
- name: Determine Home Directory
id: home
Expand Down

0 comments on commit af046d1

Please sign in to comment.