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
{{ message }}
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.
The Zip type will by default generate the zip file in the build/distributions directory and not in the project root. So either update the description of the deleteTask to delete text files in root and zip files in $buildDir/distributions, or update the description of the zipTask to have the zip file exported to $projectRoot.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The Zip type will by default generate the zip file in the
build/distributions
directory and not in the project root. So either update the description of the deleteTask to delete text files in root and zip files in $buildDir/distributions, or update the description of the zipTask to have the zip file exported to $projectRoot.The text was updated successfully, but these errors were encountered: