Cannot unzip artifacts - need to answer to shell question

I tried multiple times deploying my project but this is what happens:

...
2021-10-01 20:53:16 (1.87 MB/s) - ‘20211002045301.zip’ saved [1568817]

Archive:  20211002045301.zip
**replace dist/favicon.ico? [y]es, [n]o, [A]ll, [N]one, [r]ename:  NULL**

** (EOF or read error, treating as “[N]one” …)**
inflating: dist/js/about.41cd80a8.js.map
inflating: dist/js/about.41cd80a8.js
inflating: dist/js/app.9ea789b3.js.map
inflating: dist/js/app.9ea789b3.js

I would answer yes, but I don’t know how to do it. Anyone willing to help?

Interesting… not completely sure what is happening, but seems like the file already exists. Maybe a dupe process somewhere.

What kind of app are you deploying?

Solved, it was a vue app. I saved the dist folder in git. Just had to ignore it in .gitignore and it worked fine.

1 Like

Awesome, glad you were able to solve it!