File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5151 cp ../packaging/AppImage/* ./AppDir/
5252 cp ./release/yaobow ./AppDir/usr/bin/
5353 ./linuxdeploy-x86_64.AppImage --appdir AppDir --output appimage
54- - uses : actions/upload-artifact@v3
54+ - uses : actions/upload-artifact@v4
5555 with :
5656 name : yaobow-AppImage
5757 path : target/yaobow*.AppImage
Original file line number Diff line number Diff line change 4545 cargo install cargo-make
4646 cd yaobow/yaobow
4747 cargo make vpk
48- - uses : actions/upload-artifact@v3
48+ - uses : actions/upload-artifact@v4
4949 with :
5050 name : yaobow-vpk
5151 path : yaobow/yaobow/target/armv7-sony-vita-newlibeabihf/vita-release/yaobow.vpk
Original file line number Diff line number Diff line change 5353 cp target/release/yaobow.exe target/release/yaobow
5454 cp target/release/yaobow_editor.exe target/release/yaobow
5555 7z a -tzip target/yaobow-windows-x86_64.zip target/release/yaobow
56- - uses : actions/upload-artifact@v3
56+ - uses : actions/upload-artifact@v4
5757 with :
5858 name : yaobow-windows-x86_64
5959 path : target/yaobow-windows-x86_64.zip
You can’t perform that action at this time.
0 commit comments