From c9f56c77c8a55dab27dc0c91e35d9f27ca116a34 Mon Sep 17 00:00:00 2001 From: benbierens Date: Thu, 29 Feb 2024 11:23:07 +0100 Subject: [PATCH] exclude paths from zip --- .github/workflows/generate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 664f942..ea7fae6 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -136,7 +136,7 @@ jobs: AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }} run: | # Zip - zip -q ${{ env.zip_file }} ${{ env.circuit_file }} ${{ env.constraints_file }} ${{ env.wasm_file }} + zip -qj ${{ env.zip_file }} ${{ env.circuit_file }} ${{ env.constraints_file }} ${{ env.wasm_file }} # Variables hash=($(shasum -a 256 ${{ env.zip_file }})) [[ -z "${{ env.s3_bucket_path}}" ]] && storage_file="${hash}" || storage_file="${{ env.s3_bucket_path}}/${hash}"