File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 print(str)' > manifest.json
3838 cat manifest.json
3939 - name : Upload JSON file
40- uses : actions/upload-artifact@v2
40+ uses : actions/upload-artifact@main
4141 with :
4242 name : manifest
4343 path : manifest.json
5252 - name : Checkout code
5353 uses : actions/checkout@v2
5454 - name : Download JSON file
55- uses : actions/download-artifact@v2
55+ uses : actions/download-artifact@main
5656 with :
5757 name : manifest
5858 - name : Compress build files
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ PLUGIN = {}
55--- Plugin name
66PLUGIN .name = " erlang"
77--- Plugin version
8- PLUGIN .version = " 1.0.1 "
8+ PLUGIN .version = " 1.1.0 "
99--- Plugin homepage
1010PLUGIN .homepage = " https://github.com/version-fox/vfox-erlang"
1111--- Plugin license, please choose a correct license according to your needs.
You can’t perform that action at this time.
0 commit comments