File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -67,11 +67,13 @@ jobs:
67
67
- name : install deps
68
68
run : myci-deb-install-build-deps.sh
69
69
- name : build
70
- run : dpkg-buildpackage --unsigned-source --unsigned-changes
70
+ run : |
71
+ cd build
72
+ dpkg-buildpackage --unsigned-source --unsigned-changes
71
73
- name : deploy deb packages
72
74
run : |
73
75
echo "${{ secrets.MYCI_REPO_SSH_KEY }}" > repo_key_rsa && chmod 600 repo_key_rsa
74
- 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
76
+ 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
75
77
if : matrix.package_type == 'deb' && startsWith(github.ref, 'refs/tags/')
76
78
# #### macosx #####
77
79
macosx :
You can’t perform that action at this time.
0 commit comments