File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ jobs:
3636 $staging = "staging"
3737 New-Item -ItemType Directory -Path "$staging/plugins" -Force
3838
39- Copy-Item "target/i686-pc-windows-msvc/release/omsi2komsi.dll" -Destination "$staging/plugins/"
40- Copy-Item "target/i686-pc-windows-msvc/release/examples/omsilogger.dll" -Destination "$staging/plugins/"
41- Copy-Item "omsi2komsi.opl" -Destination "$staging/plugins"
42- Copy-Item "omsilogger.opl" -Destination "$staging/plugins"
39+ Copy-Item "target/i686-pc-windows-msvc/release/omsi2komsi.dll" -Destination "$staging/OMSI 2/ plugins/"
40+ Copy-Item "target/i686-pc-windows-msvc/release/examples/omsilogger.dll" -Destination "$staging/OMSI 2/ plugins/"
41+ Copy-Item "omsi2komsi.opl" -Destination "$staging/OMSI 2/ plugins"
42+ Copy-Item "omsilogger.opl" -Destination "$staging/OMSI 2/ plugins"
4343 Copy-Item "README.md" -Destination "$staging/"
4444 Copy-Item "LICENSE" -Destination "$staging/"
4545 Copy-Item "liesmich.txt" -Destination "$staging/"
Original file line number Diff line number Diff line change 11[package ]
22name = " omsi_2_komsi"
3- version = " 2.3.1 "
3+ version = " 2.3.2 "
44edition = " 2024"
55rust-version = " 1.92"
66authors = [" ThatZok <af@komplix.de>" ]
You can’t perform that action at this time.
0 commit comments