summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmi Holst Christensen <git@hejsil.anonaddy.me>2025-05-22 15:15:53 +0200
committerJimmi Holst Christensen <git@hejsil.anonaddy.me>2025-05-22 15:23:02 +0200
commitec72b0a60f7a6567010e3ba6a0d258aef7c97bd6 (patch)
tree14407d37f442373e17e59d875d452df99dafdcc6
parent2d8c0b8bf0d7d18218d4c939003da39a018361e7 (diff)
ci: Update action-gh-release to v2 for static binary workflow
-rw-r--r--.github/workflows/build-releases-linux.yaml2
1 files changed, 1 insertions, 1 deletions
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