Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KimihikoAkayasaki authored Nov 22, 2023
1 parent 65ee58b commit cf47573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ jobs:
- name: Upload AppCenter release
run: |
npm install -g appcenter-cli
appcenter distribute groups publish -g Public -f artifacts/android-release/Oshi.apk -a Ogaku/Oshi --token ${{ secrets.APP_CENTER_TOKEN }}
appcenter distribute release --app Ogaku/Oshi --group "Public" --file "artifacts/android-release/Oshi.apk" --token ${{ secrets.APP_CENTER_TOKEN }}

0 comments on commit cf47573

Please sign in to comment.