File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
path : ${{ env.PLUGIN_NAME }}
23
23
24
24
- name : getPluginUploader
25
- run : wget 'https://github.com/FriendsOfShopware/FroshPluginUploader/releases/download/0.3.0 /frosh-plugin-upload.phar' -O frosh-plugin-upload.phar
25
+ run : wget 'https://github.com/FriendsOfShopware/FroshPluginUploader/releases/download/0.3.1 /frosh-plugin-upload.phar' -O frosh-plugin-upload.phar
26
26
27
27
- name : Build Zip
28
28
run : php frosh-plugin-upload.phar ext:zip ${PLUGIN_NAME}
41
41
path : ${{ env.PLUGIN_NAME }}
42
42
43
43
- name : getPluginUploader
44
- run : wget 'https://github.com/FriendsOfShopware/FroshPluginUploader/releases/download/0.3.0 /frosh-plugin-upload.phar' -O frosh-plugin-upload.phar
44
+ run : wget 'https://github.com/FriendsOfShopware/FroshPluginUploader/releases/download/0.3.1 /frosh-plugin-upload.phar' -O frosh-plugin-upload.phar
45
45
46
46
- name : StoreUpdate
47
47
run : php frosh-plugin-upload.phar ext:update $(pwd)/${{ env.PLUGIN_NAME }}/
63
63
# run: composer install --prefer-dist --no-progress --no-suggest
64
64
65
65
- name : getPluginUploader
66
- run : wget 'https://github.com/FriendsOfShopware/FroshPluginUploader/releases/download/0.3.0 /frosh-plugin-upload.phar' -O frosh-plugin-upload.phar
66
+ run : wget 'https://github.com/FriendsOfShopware/FroshPluginUploader/releases/download/0.3.1 /frosh-plugin-upload.phar' -O frosh-plugin-upload.phar
67
67
68
68
- name : Build Zip
69
69
run : php frosh-plugin-upload.phar ext:zip ${PLUGIN_NAME}
You can’t perform that action at this time.
0 commit comments