Skip to content

Commit 186b772

Browse files
committed
fix nesting
1 parent 93256fa commit 186b772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deployment-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Zip dist folder
2727
run: |
28-
zip -r gamevault-frontend.zip dist
28+
zip -r gamevault-frontend.zip dist/*
2929
3030
- name: Get Release ID for "unstable"
3131
id: get_release

0 commit comments

Comments
 (0)