Skip to content

Commit 76d667c

Browse files
committed
debug
1 parent 85557ef commit 76d667c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,9 @@ jobs:
171171
- name: deploy deb packages
172172
run: |
173173
echo "${{ secrets.MYCI_REPO_SSH_KEY }}" > repo_key_rsa && chmod 600 repo_key_rsa
174+
ls
174175
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
175-
if: matrix.package_type == 'deb' && startsWith(github.ref, 'refs/tags/')
176+
# if: matrix.package_type == 'deb' && startsWith(github.ref, 'refs/tags/')
176177
##### macosx #####
177178
macosx:
178179
runs-on: macos-latest

0 commit comments

Comments
 (0)