Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uxsoft authored Aug 30, 2021
1 parent a62b46b commit d86b768
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,13 @@ jobs:
asset_path: DriverKeyboard.zip
asset_name: DriverKeyboard.zip
asset_content_type: application/zip

- name: Publish to App Center
uses: wzieba/AppCenter-Github-Action@v1
with:
appName: uxsoft/AppleWirelessKeyboard
token: ${{ secrets.APP_CENTER_TOKEN }}
group: Public
file: Binaries.zip
notifyTesters: true
debug: false

0 comments on commit d86b768

Please sign in to comment.