From 230b2f387353778af36efca194409ee0058ee5f8 Mon Sep 17 00:00:00 2001 From: PragmaTwice Date: Sat, 13 Jul 2024 23:08:35 +0900 Subject: [PATCH] fix CI --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ca0aae7..8c332b1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,13 +45,13 @@ jobs: cp kvrocks/utils/systemd/kvrocks.service release/share/kvrocks - name: Package Deb - uses: bpicode/github-action-fpm@v0.9.2 + uses: bpicode/github-action-fpm@v0.9.3 with: fpm_args: '.' fpm_opts: '-t deb -v ${{ env.VERSION }} --iteration ${{ env.ITERATION }} -C release ${{ env.FPM_OPTS }}' - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2.0.6 with: name: | ${{ env.VERSION }}-${{ env.ITERATION }}