From ec72b0a60f7a6567010e3ba6a0d258aef7c97bd6 Mon Sep 17 00:00:00 2001 From: Jimmi Holst Christensen Date: Thu, 22 May 2025 15:15:53 +0200 Subject: ci: Update action-gh-release to v2 for static binary workflow --- .github/workflows/build-releases-linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/build-releases-linux.yaml b/.github/workflows/build-releases-linux.yaml index 7f9ab34d..5f3c65d2 100644 --- a/.github/workflows/build-releases-linux.yaml +++ b/.github/workflows/build-releases-linux.yaml @@ -22,6 +22,6 @@ jobs: 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@v1 + uses: softprops/action-gh-release@v2 with: files: kakoune-${{ github.event.release.tag_name }}-linux.tar.bz2 -- cgit v1.2.3