Skip to content

Commit ef10ec4

Browse files
committed
ci: strip release binaries
1 parent 61875e3 commit ef10ec4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- name: Package
4949
run: |
5050
version=$(basename ${{ github.ref }})
51+
strip target/${{ matrix.target }}/release/nix-user-chroot
5152
install -D target/${{ matrix.target }}/release/nix-user-chroot dist/nix-user-chroot-bin-$version-${{ matrix.target }}
5253
- name: Upload binaries to release
5354
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)