We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c6093 commit 4325144Copy full SHA for 4325144
.github/workflows/pipeline.yml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: Zip artifact front for deployment
81
run: |
82
- cd src/src/build
+ cd ./src/build
83
ls
84
zip releaseFront.zip ./* -r
85
0 commit comments