Skip to content

Commit f10bed9

Browse files
committed
ci
1 parent 02ebad5 commit f10bed9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ env:
1010
MYCI_GIT_USERNAME: igagis
1111
MYCI_GIT_PASSWORD: ${{ secrets.MYCI_GIT_ACCESS_TOKEN }}
1212
jobs:
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:

0 commit comments

Comments
 (0)