Skip to content

Commit

Permalink
fix push appcenter
Browse files Browse the repository at this point in the history
  • Loading branch information
rwecho committed Nov 30, 2023
1 parent 8491586 commit 962ac2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-blazor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
npm install -g appcenter-cli
git log --oneline --decorate > notes.txt
cat notes.txt
appcenter distribute release -f src/V2ex.Blazor/bin/Release/net8.0-android/top.rwecho.v2ex.blazor-Signed.apk -R notes.txt -a HappyTreeFriends/V2exBlazor --group External --build-version ${{ github.ref_name }} --token ${{ secrets.APPCENTER_TOKEN }}
appcenter distribute release -f src/V2ex.Blazor/bin/Release/net8.0-android/top.rwecho.v2ex.blazor-Signed.apk -R notes.txt -a HappyTreeFriends/V2exMaui --group BlazorExternal --build-version ${{ github.ref_name }} --token ${{ secrets.APPCENTER_TOKEN }}

0 comments on commit 962ac2c

Please sign in to comment.