Skip to content

Commit b200aef

Browse files
committed
chore: build archive client RPM
Signed-off-by: Gaius <[email protected]>
1 parent 91675dc commit b200aef

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ jobs:
7878
cargo deb -p dragonfly-client --target ${{ matrix.target }} --variant ${{ matrix.target }} --output $dirname.deb
7979
echo "CLIENT_DEB_ASSET=$dirname.deb" >> $GITHUB_ENV
8080
81-
# - name: Build archive client(RPM)
82-
# shell: bash
83-
# run: |
84-
# binary_name="client"
85-
# dirname="$binary_name-${{ env.VERSION }}-${{ matrix.target }}"
86-
# cargo generate-rpm -p dragonfly-client --target ${{ matrix.target }} --variant ${{ matrix.target }} --output $dirname.rpm
87-
# echo "CLIENT_RPM_ASSET=$dirname.rpm" >> $GITHUB_ENV
81+
- name: Build archive client(RPM)
82+
shell: bash
83+
run: |
84+
binary_name="client"
85+
dirname="$binary_name-${{ env.VERSION }}-${{ matrix.target }}"
86+
cargo generate-rpm -p dragonfly-client --target ${{ matrix.target }} --variant ${{ matrix.target }} --output $dirname.rpm
87+
echo "CLIENT_RPM_ASSET=$dirname.rpm" >> $GITHUB_ENV
8888
8989
- name: Build archive client(TAR)
9090
shell: bash

0 commit comments

Comments
 (0)