Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Update filename to unzip during build action.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnnj committed Feb 19, 2020
1 parent 5019d01 commit e7cefd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
# action will compress whatever is at/in the provided path. This results
# in a zipped zip file.
- name: Unzip produced zip
run: unzip findings-data-import.zip -d lambda_zip_contents
run: unzip skeleton-aws-lambda.zip -d lambda_zip_contents
- name: Upload artifacts
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit e7cefd2

Please sign in to comment.