Skip to content

Commit

Permalink
Add NO_STRIP as temporary measure
Browse files Browse the repository at this point in the history
  • Loading branch information
naman-crabnebula committed Apr 15, 2024
1 parent 0559f14 commit 825d7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: cargo install cargo-packager --locked

- name: Package the App
run: cargo packager --release --verbose
run: NO_STRIP=true cargo packager --release --verbose

- name: Move assets to workdir
run: |
Expand Down

0 comments on commit 825d7e7

Please sign in to comment.