Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
James Wood authored and James Wood committed Dec 11, 2024
1 parent 572f4ab commit 7d70143
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,21 @@ jobs:
# Step 6: Run Bootstrap
- name: Run Bootstrap
run: |
npm run bootstrap --scope @cumulus/post-to-cmr
npm run bootstrap
# Step 7: Upload the lambda.zip from post-to-cmr
- name: Upload Post-to-CMR Lambda Artifact
uses: actions/upload-artifact@v4
with:
name: post-to-cmr.zip
path: tasks/post-to-cmr/lambda.zip
path: tasks/post-to-cmr/dist/lambda.zip

# Step 8: Upload the lambda.zip from hyrax-metadata-updates
- name: Upload Hyrax-Metadata-Updates Lambda Artifact
uses: actions/upload-artifact@v4
with:
name: hyrax-metadata-updates.zip
path: tasks/hyrax-metadata-updates/lambda.zip
path: tasks/hyrax-metadata-updates/dist/lambda.zip


# First job in the workflow installs and verifies the software
Expand Down

0 comments on commit 7d70143

Please sign in to comment.