Skip to content

Commit

Permalink
forgot the ../../../ for stg zip
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncaci committed Nov 2, 2023
1 parent 0b1bc57 commit a769f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cp -f .aws-sam/build/SoapProxyFunction/ReturnTableV7.stg.wsdl .aws-sam/build/Soa

# Zip stg
cd .aws-sam/build/SoapProxyFunction
zip -r deployment-package.stg.zip .
zip -r ../../../deployment-package.stg.zip .
cd ../../../

# Announce and calculate checksum
Expand Down

0 comments on commit a769f1e

Please sign in to comment.