File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -60,12 +60,12 @@ jobs:
60
60
}
61
61
}
62
62
- name : Archive production artifacts
63
- run : cd wp-content/themes/humanity-theme && zip -r ../../../humanity-theme-playground .zip ./
63
+ run : cd wp-content/themes/humanity-theme && zip -r ../../../humanity-theme.zip ./
64
64
- name : Upload artifact
65
65
uses : actions/upload-artifact@v3
66
66
with :
67
- name : humanity-theme-playground- zip
68
- path : humanity-theme-playground .zip
67
+ name : humanity-theme-zip
68
+ path : humanity-theme.zip
69
69
- name : Create Release
70
70
id : create_release
71
71
uses : actions/create-release@v1
83
83
GITHUB_TOKEN : ${{ secrets.RELEASE2 }}
84
84
with :
85
85
upload_url : ${{ steps.create_release.outputs.upload_url }}
86
- asset_path : ./humanity-theme-playground .zip
87
- asset_name : humanity-theme-playground .zip
86
+ asset_path : ./humanity-theme.zip
87
+ asset_name : humanity-theme.zip
88
88
asset_content_type : application/zip
89
89
90
90
# add POMO file support
You can’t perform that action at this time.
0 commit comments