We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 241b151 commit 6ed5b27Copy full SHA for 6ed5b27
1 file changed
.github/workflows/build-deb.yaml
@@ -92,7 +92,6 @@ jobs:
92
run: |
93
VERSION=$(dpkg-parsechangelog | sed -n 's/^Version: //p')
94
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"
96
97
python3 -m venv cloudsmith
98
cd cloudsmith
@@ -105,6 +104,3 @@ jobs:
105
104
--republish \
106
--api-key "$CLOUDSMITH_API_KEY"
107
108
- cloudsmith push deb robertburger/robotkernel/${{ matrix.os }}/${{ matrix.version }} ../${FILENAME_DEV} \
109
- --republish \
110
- --api-key "$CLOUDSMITH_API_KEY"
0 commit comments