We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93256fa commit 186b772Copy full SHA for 186b772
1 file changed
.github/workflows/deployment-develop.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Zip dist folder
27
run: |
28
- zip -r gamevault-frontend.zip dist
+ zip -r gamevault-frontend.zip dist/*
29
30
- name: Get Release ID for "unstable"
31
id: get_release
0 commit comments