Skip to content

Commit 07520d8

Browse files
committed
fix pod name
1 parent 6a34703 commit 07520d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Store Pod
6868
if: ${{ inputs.store-cloudpod == 'true' }}
6969
run: |
70-
localstack pod save file://pod.zip
70+
localstack pod save file://release-pod.zip
7171
- name: Upload Pod as Artifact
7272
if: ${{ inputs.store-cloudpod == 'true' }}
7373
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)