diff options
| author | Jimmi Holst Christensen <git@hejsil.anonaddy.me> | 2025-05-22 15:23:06 +0200 |
|---|---|---|
| committer | Jimmi Holst Christensen <git@hejsil.anonaddy.me> | 2025-05-22 15:23:06 +0200 |
| commit | ad30bbdfa383ea0e01031ade115c43cd6966e179 (patch) | |
| tree | a0e3dc2f8f001e6debfe07b21cd3b020ed8a3bfe | |
| parent | ec72b0a60f7a6567010e3ba6a0d258aef7c97bd6 (diff) | |
ci: Use install-strip make step in static binary workflow
| -rw-r--r-- | .github/workflows/build-releases-linux.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-releases-linux.yaml b/.github/workflows/build-releases-linux.yaml index 5f3c65d2..3a89d1c1 100644 --- a/.github/workflows/build-releases-linux.yaml +++ b/.github/workflows/build-releases-linux.yaml @@ -19,7 +19,7 @@ jobs: - name: Build run: | mkdir -p kakoune-${{ github.event.release.tag_name }}-linux/ - make -j$(nproc) PREFIX=$(pwd)/kakoune-${{ github.event.release.tag_name }}-linux static=yes install strip + make -j$(nproc) PREFIX=$(pwd)/kakoune-${{ github.event.release.tag_name }}-linux static=yes install-strip tar cvjf kakoune-${{ github.event.release.tag_name }}-linux.tar.bz2 kakoune-${{ github.event.release.tag_name }}-linux/ - name: Upload uses: softprops/action-gh-release@v2 |
