File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 4646 new_plugin_ver=$tag-API$plugin_api
4747 mkdir plugins
4848 cp -r $build_dir/*.so plugins
49- echo "zipfile=${package}_${new_plugin_ver}.zip" >> $GITHUB_ENV
50- zip -r -X ${{ env.zipfile }} plugins $build_dir/shared
49+ zipfile=${package}_${new_plugin_ver}.zip
50+ echo "zipfile=${zipfile}" >> $GITHUB_ENV
51+ zip -r -X $zipfile plugins $build_dir/shared
5152 - uses : actions/upload-artifact@v3
5253 with :
5354 name : ${{ env.zipfile }}
Original file line number Diff line number Diff line change 4343 new_plugin_ver=$tag-API$plugin_api
4444 mkdir plugins
4545 cp -r $build_dir/*.bundle plugins
46- echo "zipfile=${package}_${new_plugin_ver}.zip" >> $GITHUB_ENV
47- zip -r -X ${{ env.zipfile }} plugins $build_dir/shared
46+ zipfile=${package}_${new_plugin_ver}.zip
47+ echo "zipfile=${zipfile}" >> $GITHUB_ENV
48+ zip -r -X $zipfile plugins $build_dir/shared
4849 - uses : actions/upload-artifact@v3
4950 with :
5051 name : ${{ env.zipfile }}
Original file line number Diff line number Diff line change 5959 new_plugin_ver=$tag-API$plugin_api
6060 mkdir plugins
6161 cp $build_dir/*.dll plugins
62- echo "zipfile=${package}_${new_plugin_ver}.zip" >> $GITHUB_ENV
63- powershell Compress-Archive -Path "plugins" -DestinationPath ${{ env.zipfile }}
64- powershell Compress-Archive -U -Path "$build_dir/shared" -DestinationPath ${{ env.zipfile }}
62+ zipfile=${package}_${new_plugin_ver}.zip
63+ echo "zipfile=${zipfile}" >> $GITHUB_ENV
64+ powershell Compress-Archive -Path "plugins" -DestinationPath ${zipfile}}
65+ powershell Compress-Archive -U -Path "$build_dir/shared" -DestinationPath ${zipfile}
6566 shell : bash
6667 - uses : actions/upload-artifact@v3
6768 with :
You can’t perform that action at this time.
0 commit comments