mirror of
https://github.com/logos-storage/logos-storage-proofs-circuits.git
synced 2026-01-03 22:13:08 +00:00
exclude paths from zip
This commit is contained in:
parent
d92db4d6d6
commit
c9f56c77c8
2
.github/workflows/generate.yml
vendored
2
.github/workflows/generate.yml
vendored
@ -136,7 +136,7 @@ jobs:
|
|||||||
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
|
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
|
||||||
run: |
|
run: |
|
||||||
# Zip
|
# 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
|
# Variables
|
||||||
hash=($(shasum -a 256 ${{ env.zip_file }}))
|
hash=($(shasum -a 256 ${{ env.zip_file }}))
|
||||||
[[ -z "${{ env.s3_bucket_path}}" ]] && storage_file="${hash}" || storage_file="${{ env.s3_bucket_path}}/${hash}"
|
[[ -z "${{ env.s3_bucket_path}}" ]] && storage_file="${hash}" || storage_file="${{ env.s3_bucket_path}}/${hash}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user