Skip to content

Commit

Permalink
Prevent name duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhpalp committed Apr 23, 2024
1 parent d1f06a4 commit 73cf0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lambda-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: montudor/action-zip@v1
with:
args: zip -qq -r -j wfnews-cache-invalidator.zip lambda/cache-invalidator/wfnews-cache-invalidator
args: zip -qq -r -j cache-invalidator.zip lambda/cache-invalidator/wfnews-cache-invalidator

- name: Make staging directory, copy files
run: |
Expand Down

0 comments on commit 73cf0e3

Please sign in to comment.