File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments