Skip to content

Commit 792d70e

Browse files
committed
GitHub Actions: Fix release workflow (cloudsmith)
1 parent 42e2462 commit 792d70e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ jobs:
6161
- uses: cloudsmith-io/cloudsmith-cli-action@18665afcce9f859312b61989671af9af7402e4fb # v2.0.2
6262
with:
6363
api-key: ${{ secrets.CLOUDSMITH_API_KEY_TASTENDRUCK }}
64-
- run: cloudsmith push deb typisttech/oss/any-distro/any-version 'dist/*.deb'
65-
- run: cloudsmith push deb typisttech/oss/any-distro/any-version 'dist/*.apk'
64+
- run: cloudsmith push deb typisttech/oss/any-distro/any-version ./dist/*.deb
65+
- run: cloudsmith push deb typisttech/oss/any-distro/any-version ./dist/*.apk

0 commit comments

Comments
 (0)