Skip to content

Commit 0f09829

Browse files
committed
fix debian build
1 parent 76d667c commit 0f09829

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,14 @@ jobs:
165165
- name: install deps
166166
run: myci-deb-install-build-deps.sh
167167
- name: build
168-
run:
168+
run: |
169169
cd build
170170
dpkg-buildpackage --unsigned-source --unsigned-changes
171171
- name: deploy deb packages
172172
run: |
173173
echo "${{ secrets.MYCI_REPO_SSH_KEY }}" > repo_key_rsa && chmod 600 repo_key_rsa
174-
ls
175174
myci-deploy-apt-ssh.sh --key repo_key_rsa --server gagis.hopto.org --repo cppfw/${{ matrix.os }} --distro ${{ matrix.codename }} --component main lib${PACKAGE_NAME}*_${PACKAGE_VERSION}_*.*deb
176-
# if: matrix.package_type == 'deb' && startsWith(github.ref, 'refs/tags/')
175+
if: matrix.package_type == 'deb' && startsWith(github.ref, 'refs/tags/')
177176
##### macosx #####
178177
macosx:
179178
runs-on: macos-latest

0 commit comments

Comments
 (0)