You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its been a known issue for a long time that whenever semver generates a new release it only includes the icons folder to release zip. I'm using the following shell command for compiling the zip:
EXT_VERSION=${nextRelease.version} npm run build && zip QuizSliver.zip dist/**/*
It works perfectly on a local setup but, I don't know what goes wrong with Github actions. I also haven't dug deeper. But, I'm open if anyone wants to contribute or suggest some solution.
Its been a known issue for a long time that whenever semver generates a new release it only includes the icons folder to release zip. I'm using the following shell command for compiling the zip:
Ref
It works perfectly on a local setup but, I don't know what goes wrong with Github actions. I also haven't dug deeper. But, I'm open if anyone wants to contribute or suggest some solution.
Semver config: https://github.com/nmanumr/quizsliver/blob/master/.releaserc
Github actions config: https://github.com/nmanumr/quizsliver/blob/master/.github/workflows/ci.yml
Thanks.
The text was updated successfully, but these errors were encountered: