File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3131 mkdir files
3232 mv target/i686-pc-windows-msvc/release/aimcli.exe ./files
3333 mv target/i686-pc-windows-msvc/release/cprcli.exe ./files
34+ mv target/i686-pc-windows-msvc/release/navpointmatrixcli.exe ./files
3435 mv target/i686-pc-windows-msvc/release/roucli.exe ./files
3536 mv target/i686-pc-windows-msvc/release/p3_modloader.dll ./files
3637 Compress-Archive -Path ./mods/* -DestinationPath ./mods.zip
37- gh release upload ${{ github.ref_name }} ./mods.zip ./files/aimcli.exe ./files/cprcli.exe ./files/roucli.exe ./files/p3_modloader.dll
38+ gh release upload ${{ github.ref_name }} ./mods.zip ./files/aimcli.exe ./files/cprcli.exe ./files/navpointmatrixcli.exe ./files/ roucli.exe ./files/p3_modloader.dll
3839 env:
3940 GITHUB_TOKEN: ${{ github.TOKEN }}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ exclude = [
3232]
3333
3434[workspace .package ]
35- version = " 0.1.13 "
35+ version = " 0.1.14 "
3636
3737[workspace .dependencies ]
3838hooklet = " ^0.1.8"
You can’t perform that action at this time.
0 commit comments