We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85557ef commit 76d667cCopy full SHA for 76d667c
.github/workflows/ci.yml
@@ -171,8 +171,9 @@ jobs:
171
- name: deploy deb packages
172
run: |
173
echo "${{ secrets.MYCI_REPO_SSH_KEY }}" > repo_key_rsa && chmod 600 repo_key_rsa
174
+ ls
175
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
- if: matrix.package_type == 'deb' && startsWith(github.ref, 'refs/tags/')
176
+ # if: matrix.package_type == 'deb' && startsWith(github.ref, 'refs/tags/')
177
##### macosx #####
178
macosx:
179
runs-on: macos-latest
0 commit comments