File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9292 sudo find ./ -maxdepth 1 -name "*.deb" -exec alien --scripts --to-rpm {} \;
9393 - uses : actions/upload-artifact@v4
9494 with :
95- name : leda-utils-${{ matrix.target }}- packages
95+ name : leda-utils-packages
9696 path : |
9797 ./*.deb
9898 ./*.rpm
Original file line number Diff line number Diff line change 3636 with :
3737 path : build/
3838 - name : Upload assets
39- uses : softprops/action-gh-release@v1
39+ uses : softprops/action-gh-release@v2
4040 with :
4141 fail_on_unmatched_files : true
4242 files : |
4949 ${{steps.download.outputs.download-path}}/kantui-*-packages/eclipse-leda-kantui*.arm64.rpm
5050 ${{steps.download.outputs.download-path}}/kanto-auto-deployer-*-packages/eclipse-leda-kanto-auto-deployer*.x86_64.rpm
5151 ${{steps.download.outputs.download-path}}/kanto-auto-deployer-*-packages/eclipse-leda-kanto-auto-deployer*.arm64.rpm
52- ${{steps.download.outputs.download-path}}/leda-utils-*- packages/eclipse-leda-utils*.noarch.rpm
52+ ${{steps.download.outputs.download-path}}/leda-utils-packages/eclipse-leda-utils*.noarch.rpm
5353
You can’t perform that action at this time.
0 commit comments