Skip to content

Commit 6ed5b27

Browse files
committed
fix: not deploying non-existant -dev package
1 parent 241b151 commit 6ed5b27

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/build-deb.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ jobs:
9292
run: |
9393
VERSION=$(dpkg-parsechangelog | sed -n 's/^Version: //p')
9494
FILENAME="artifacts/${{ matrix.os }}/${{ matrix.version }}/module-ethercat_${VERSION}_amd64.deb"
95-
FILENAME_DEV="artifacts/${{ matrix.os }}/${{ matrix.version }}/module-ethercat-dev_${VERSION}_amd64.deb"
9695
9796
python3 -m venv cloudsmith
9897
cd cloudsmith
@@ -105,6 +104,3 @@ jobs:
105104
--republish \
106105
--api-key "$CLOUDSMITH_API_KEY"
107106
108-
cloudsmith push deb robertburger/robotkernel/${{ matrix.os }}/${{ matrix.version }} ../${FILENAME_DEV} \
109-
--republish \
110-
--api-key "$CLOUDSMITH_API_KEY"

0 commit comments

Comments
 (0)