Skip to content

Commit

Permalink
Merge pull request #470 from hearchco/as/ci/assets
Browse files Browse the repository at this point in the history
ci(release): upload assets fix
  • Loading branch information
aleksasiriski authored Aug 31, 2024
2 parents 2842925 + 4489aa7 commit c6c6316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# zip the build directory
- run: |
cd build/cloudfront && cp index.js hearchco_cf_index_aws.js . && cd ../..
cd build/cloudfront && cp index.js hearchco_cf_index_aws.js && cd ../..
cd build/lambda && zip -r hearchco_index_mjs_aws.zip . && cd ../..
cd build/s3 && zip -r hearchco_s3_assets_aws.zip . && cd ../..
Expand Down

0 comments on commit c6c6316

Please sign in to comment.