Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PragmaTwice committed Jul 13, 2024
1 parent 997bcdd commit 230b2f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
cp kvrocks/utils/systemd/kvrocks.service release/share/kvrocks
- name: Package Deb
uses: bpicode/[email protected].2
uses: bpicode/[email protected].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 }}
Expand Down

0 comments on commit 230b2f3

Please sign in to comment.