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
As we discussed in #442, currently we include generate package and the code it generates in the release artifact. However, the generate package itself won't be used by the user as an executable, so we want to exclude them when shipping the code as binaries.
Modify GHA release action to exclude ./generate package when building for release
The text was updated successfully, but these errors were encountered:
As we discussed in #442, currently we include
generate
package and the code it generates in the release artifact. However, thegenerate
package itself won't be used by the user as an executable, so we want to exclude them when shipping the code as binaries../generate
package when building for releaseThe text was updated successfully, but these errors were encountered: