Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PragmaTwice authored Sep 23, 2023
1 parent fa4720f commit b492d54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ name: Release
on: workflow_dispatch

env:
FPM_OPTS: "-s dir --prefix '/usr' -n kvrocks --verbose -a native \
FPM_OPTS: -s dir --prefix '/usr' -n kvrocks --verbose -a native \
--config-files /usr/share/kvrocks/kvrocks.conf \
--description 'A distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol' \
--url 'https://kvrocks.apache.org' --license 'Apache-2.0'"
--url 'https://kvrocks.apache.org' --license 'Apache-2.0'

jobs:
release-packages:
name: Release DEB Package
runs-on: ubuntu-20.04
steps:
uses: actions/[email protected]
- uses: actions/[email protected]
with:
fetch-depth: 64

Expand Down

0 comments on commit b492d54

Please sign in to comment.