We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6583092 commit 1718bbbCopy full SHA for 1718bbb
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
- run: cargo build --release
15
- run: |
16
mkdir mods
17
- mv target/i686-pc-windows-msvc/release/fix_bath_house_bribe_blunders ./mods/
+ mv target/i686-pc-windows-msvc/release/fix_bath_house_bribe_blunders.dll ./mods/
18
mv target/i686-pc-windows-msvc/release/fix_damage_to_offside_ship_artillery.dll ./mods/
19
mv target/i686-pc-windows-msvc/release/fix_invulnerable_ship_artillery_slots.dll ./mods/
20
mv target/i686-pc-windows-msvc/release/fix_market_hall_production_town.dll ./mods/
Cargo.toml
@@ -29,7 +29,7 @@ exclude = [
29
]
30
31
[workspace.package]
32
-version = "0.1.9"
+version = "0.1.10"
33
34
[workspace.dependencies]
35
hooklet = "^0.1.7"
0 commit comments