Skip to content

Commit ab81dce

Browse files
authored
Fix Cloudsmith uploads
1 parent 7ec167a commit ab81dce

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-cloudsmith.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,7 @@ jobs:
228228
SCRIPT: |
229229
cd /workspace
230230
support/cloudsmith.sh -f 'tvheadend*.deb'
231-
run: docker exec build-container bash -c "$SCRIPT" -e CLOUDSMITH_ORG -e CLOUDSMITH_REPO -e CLOUDSMITH_OWNER -e CLOUDSMITH_API_KEY
232-
231+
run: docker exec -e CLOUDSMITH_ORG -e CLOUDSMITH_REPO -e CLOUDSMITH_OWNER -e CLOUDSMITH_API_KEY build-container bash -c "$SCRIPT"
233232

234233
build-rpm-native:
235234
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)