Skip to content

Commit b9a7ac3

Browse files
committed
lets try to get bintray running in github actions.
1 parent 1783e05 commit b9a7ac3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,14 @@ jobs:
1515
- uses: actions/checkout@v1
1616
- name: build ${{ matrix.platform }}
1717
run: make ${{ matrix.platform }}-release
18+
- name: upload nightly build to bintray
19+
uses: bpicode/github-action-upload-bintray@master
20+
with:
21+
file: ./release/RaspberryMatic-3.*.zip
22+
api_user: jens-maus
23+
api_key: ${{ secrets.BINTRAY_API_KEY }}
24+
repository: RaspberryMatic
25+
package: NightlyBuilds
26+
version: ${{ matrix.platform }}
27+
upload_path: /
28+
publish: 0

0 commit comments

Comments
 (0)