We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61875e3 commit ef10ec4Copy full SHA for ef10ec4
.github/workflows/publish.yml
@@ -48,6 +48,7 @@ jobs:
48
- name: Package
49
run: |
50
version=$(basename ${{ github.ref }})
51
+ strip target/${{ matrix.target }}/release/nix-user-chroot
52
install -D target/${{ matrix.target }}/release/nix-user-chroot dist/nix-user-chroot-bin-$version-${{ matrix.target }}
53
- name: Upload binaries to release
54
uses: svenstaro/upload-release-action@v2
0 commit comments