File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
yarn
25
25
yarn run build --if-present
26
26
mkdir ${{ env.PLUGIN_NAME }}
27
- cp main.js manifest.json style .css ${{ env.PLUGIN_NAME }}
27
+ cp main.js manifest.json styles .css ${{ env.PLUGIN_NAME }}
28
28
zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}
29
29
ls
30
30
echo "::set-output name=tag_name::$(git tag --sort version:refname | tail -n 1)"
@@ -69,13 +69,13 @@ jobs:
69
69
asset_path : ./manifest.json
70
70
asset_name : manifest.json
71
71
asset_content_type : application/json
72
- - name : Upload style .css
72
+ - name : Upload styles .css
73
73
id : upload-style
74
74
uses : actions/upload-release-asset@v1
75
75
env :
76
76
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
77
77
with :
78
78
upload_url : ${{ steps.create_release.outputs.upload_url }}
79
- asset_path : ./style .css
80
- asset_name : style .css
79
+ asset_path : ./styles .css
80
+ asset_name : styles .css
81
81
asset_content_type : text/css
You can’t perform that action at this time.
0 commit comments