Skip to content

Commit

Permalink
lets try to get bintray running in github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Jan 10, 2020
1 parent 1783e05 commit b9a7ac3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,14 @@ jobs:
- uses: actions/checkout@v1
- name: build ${{ matrix.platform }}
run: make ${{ matrix.platform }}-release
- name: upload nightly build to bintray
uses: bpicode/github-action-upload-bintray@master
with:
file: ./release/RaspberryMatic-3.*.zip
api_user: jens-maus
api_key: ${{ secrets.BINTRAY_API_KEY }}
repository: RaspberryMatic
package: NightlyBuilds
version: ${{ matrix.platform }}
upload_path: /
publish: 0

0 comments on commit b9a7ac3

Please sign in to comment.