Skip to content

Commit

Permalink
[*] Tweak addon releases
Browse files Browse the repository at this point in the history
preserve example path
  • Loading branch information
IceflowRE committed Jul 6, 2023
1 parent 008f38e commit ec9f65c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# custom ignores

addons/explore-editor-theme/
release/
archives/
2 changes: 1 addition & 1 deletion publisher/addon_cfg.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (addon *addonConfig) Zip() error {
if err != nil {
return err
}
err = zipDir(zw, exampleDir, "example")
err = zipDir(zw, exampleDir, filepath.Join("examples", addon.Id()))
if err != nil {
return err
}
Expand Down

0 comments on commit ec9f65c

Please sign in to comment.