Skip to content

Commit

Permalink
No stripping binaries #1025
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonym-tsk committed Jan 8, 2025
1 parent 737a6e4 commit f3affee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 79 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
./scripts/feeds update nfqws
./scripts/feeds install -a -p nfqws
make defconfig
make CONFIG_USE_APK=y package/nfqws-keenetic/compile V=s
make CONFIG_USE_APK=y package/index V=s
make CONFIG_USE_APK= package/nfqws-keenetic/compile V=s
make CONFIG_USE_APK= package/index V=s
make CONFIG_NO_STRIP=y CONFIG_USE_APK=y package/nfqws-keenetic/compile V=s
make CONFIG_NO_STRIP=y CONFIG_USE_APK=y package/index V=s
make CONFIG_NO_STRIP=y CONFIG_USE_APK= package/nfqws-keenetic/compile V=s
make CONFIG_NO_STRIP=y CONFIG_USE_APK= package/index V=s
- name: Upload files
if: steps.build.outcome == 'success'
Expand Down
75 changes: 0 additions & 75 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit f3affee

Please sign in to comment.