Skip to content

Commit

Permalink
Bump version to 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Trolldemorted committed Mar 3, 2025
1 parent e55a940 commit 5ce54e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
mkdir files
mv target/i686-pc-windows-msvc/release/aimcli.exe ./files
mv target/i686-pc-windows-msvc/release/cprcli.exe ./files
mv target/i686-pc-windows-msvc/release/navpointmatrixcli.exe ./files
mv target/i686-pc-windows-msvc/release/roucli.exe ./files
mv target/i686-pc-windows-msvc/release/p3_modloader.dll ./files
Compress-Archive -Path ./mods/* -DestinationPath ./mods.zip
gh release upload ${{ github.ref_name }} ./mods.zip ./files/aimcli.exe ./files/cprcli.exe ./files/roucli.exe ./files/p3_modloader.dll
gh release upload ${{ github.ref_name }} ./mods.zip ./files/aimcli.exe ./files/cprcli.exe ./files/navpointmatrixcli.exe ./files/roucli.exe ./files/p3_modloader.dll
env:
GITHUB_TOKEN: ${{ github.TOKEN }}
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ exclude = [
]

[workspace.package]
version = "0.1.13"
version = "0.1.14"

[workspace.dependencies]
hooklet = "^0.1.8"
Expand Down

0 comments on commit 5ce54e2

Please sign in to comment.