File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 31
31
mkdir files
32
32
mv target/i686-pc-windows-msvc/release/aimcli.exe ./files
33
33
mv target/i686-pc-windows-msvc/release/cprcli.exe ./files
34
+ mv target/i686-pc-windows-msvc/release/navpointmatrixcli.exe ./files
34
35
mv target/i686-pc-windows-msvc/release/roucli.exe ./files
35
36
mv target/i686-pc-windows-msvc/release/p3_modloader.dll ./files
36
37
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
38
39
env:
39
40
GITHUB_TOKEN: ${{ github.TOKEN }}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ exclude = [
32
32
]
33
33
34
34
[workspace .package ]
35
- version = " 0.1.13 "
35
+ version = " 0.1.14 "
36
36
37
37
[workspace .dependencies ]
38
38
hooklet = " ^0.1.8"
You can’t perform that action at this time.
0 commit comments