Remove tar dash

This commit is contained in:
Ben 2024-09-19 13:40:36 +02:00
parent 530d23becf
commit 49666eedb8
No known key found for this signature in database
GPG Key ID: 0F16E812E736C24B

View File

@ -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}"