File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1010  MYCI_GIT_USERNAME : igagis 
1111  MYCI_GIT_PASSWORD : ${{ secrets.MYCI_GIT_ACCESS_TOKEN }} 
1212jobs :
13- # #### linux #####
14-   linux :
13+ # #### deb  linux #####
14+   deb :
1515    strategy :
1616      fail-fast : false 
1717      matrix :
@@ -64,11 +64,13 @@ jobs:
6464      - name : install deps 
6565        run : myci-deb-install-build-deps.sh 
6666      - name : build 
67-         run : dpkg-buildpackage --unsigned-source --unsigned-changes 
67+         run : | 
68+           dpkg-buildpackage --unsigned-source --unsigned-changes 
69+           mv ../*.*deb . 
6870       - name : deploy deb packages 
6971        run : | 
7072          echo "${{ secrets.MYCI_REPO_SSH_KEY }}" > repo_key_rsa && chmod 600 repo_key_rsa 
71-           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 
73+           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 
7274         if : matrix.package_type == 'deb' && startsWith(github.ref, 'refs/tags/') 
7375# #### macosx #####
7476  macosx :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments