We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1783e05 commit b9a7ac3Copy full SHA for b9a7ac3
.github/workflows/ci.yml
@@ -15,3 +15,14 @@ jobs:
15
- uses: actions/checkout@v1
16
- name: build ${{ matrix.platform }}
17
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