File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -78,13 +78,13 @@ jobs:
78
78
cargo deb -p dragonfly-client --target ${{ matrix.target }} --variant ${{ matrix.target }} --output $dirname.deb
79
79
echo "CLIENT_DEB_ASSET=$dirname.deb" >> $GITHUB_ENV
80
80
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
88
88
89
89
- name : Build archive client(TAR)
90
90
shell : bash
You can’t perform that action at this time.
0 commit comments