Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamVenner committed Sep 5, 2023
1 parent dcb82a1 commit ca7da63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
RUSTFLAGS: -Ctarget-feature=+crt-static
- name: Zip
run: |
7z a -tzip -mx=9 target/release/fastgmad_windows.zip ./target/release/fastgmad.exe ./target/release/fastgmad_publish.dll ./steam_api_sdk/redistributable_bin/win64/steam_api64.dll
7z a -tzip -mx=9 target/release/fastgmad_windows.zip ./target/release/fastgmad.exe ./target/release/fastgmad.pdb ./target/release/fastgmad_publish.dll ./target/release/fastgmad_publish.pdb ./steam_api_sdk/redistributable_bin/win64/steam_api64.dll
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ members = ["fastgmad-lib", "fastgmad-publish", "fastgmad-bin"]
lto = "thin"
codegen-units = 1
strip = "debuginfo"
debug = "line-tables-only"
debug = "line-tables-only"
split-debuginfo = "packed"

0 comments on commit ca7da63

Please sign in to comment.