]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix Cloudsmith uploads
authorFlole <Flole998@users.noreply.github.com>
Mon, 12 May 2025 23:16:26 +0000 (01:16 +0200)
committerGitHub <noreply@github.com>
Mon, 12 May 2025 23:16:26 +0000 (01:16 +0200)
.github/workflows/build-cloudsmith.yml

index ff1f9e93f090df88b37a06c4b1c4322041befef5..41de8733dd9e8d04869063d1a7f0a04fec44e827 100644 (file)
@@ -228,8 +228,7 @@ jobs:
           SCRIPT: |
             cd /workspace
             support/cloudsmith.sh -f 'tvheadend*.deb'
-        run: docker exec build-container bash -c "$SCRIPT" -e CLOUDSMITH_ORG -e CLOUDSMITH_REPO -e CLOUDSMITH_OWNER -e CLOUDSMITH_API_KEY
-
+        run: docker exec -e CLOUDSMITH_ORG -e CLOUDSMITH_REPO -e CLOUDSMITH_OWNER -e CLOUDSMITH_API_KEY build-container bash -c "$SCRIPT"
 
   build-rpm-native:
     runs-on: ubuntu-latest