File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Action to build a release build on a specific tag
2- name : Build
2+ name : Build Tagged Release
33on :
44 workflow_dispatch :
55 push :
1818 - name : Build Client
1919 run : cargo build --release --verbose --target i686-pc-windows-msvc
2020 - name : Upload artifact
21- uses : actions/upload-artifact@v3
21+ uses : actions/upload-artifact@v4
2222 with :
2323 name : ASI Plugin
2424 path : " ./target/i686-pc-windows-msvc/release/pocket_relay_plugin.dll"
Original file line number Diff line number Diff line change 2020 - name : Run tests
2121 run : cargo test --verbose --target i686-pc-windows-msvc
2222 - name : Upload artifact
23- uses : actions/upload-artifact@v3
23+ uses : actions/upload-artifact@v4
2424 with :
2525 name : ASI Plugin
2626 path : " ./target/i686-pc-windows-msvc/debug/pocket_relay_plugin.dll"
You can’t perform that action at this time.
0 commit comments