From 49666eedb8e7a6c77511a839d56b617782d916ff Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 19 Sep 2024 13:40:36 +0200 Subject: [PATCH] Remove tar dash --- .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 9333a29..58915cc 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -137,7 +137,7 @@ jobs: AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }} run: | # Archive - tar -czvf ${{ env.archive_file }} ${{ env.circuit_file }} ${{ env.constraints_file }} ${{ env.wasm_file }} ${{ env.verification_key_file }} + tar czvf ${{ env.archive_file }} ${{ env.circuit_file }} ${{ env.constraints_file }} ${{ env.wasm_file }} ${{ env.verification_key_file }} # Variables hash=($(shasum -a 256 ${{ env.archive_file }})) [[ -z "${{ env.s3_bucket_path}}" ]] && storage_file="${hash}" || storage_file="${{ env.s3_bucket_path}}/${hash}"