Skip to content

Commit 95a3dc3

Browse files
committed
Merge branch 'dev'
2 parents 0c6d7b7 + 1e77cd5 commit 95a3dc3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ jobs:
3131
with:
3232
path: build/app/outputs/apk/release/*.apk
3333
- run: |
34-
curl -F "file=@build/app/outputs/apk/release/app-release.apk" -F "uKey=${{ secrets.PGY_USER_KEY }}" -F "_api_key=${{ secrets.PGY_API_KEY }}" https://upload.pgyer.com/apiv1/app/upload
34+
curl -F "file=@build/app/outputs/apk/release/app-release.apk" -F "uKey=${{ secrets.PGY_USER_KEY }}" -F "_api_key=${{ secrets.PGY_API_KEY }}" https://upload.pgyer.com/apiv1/app/upload
35+
- uses: ncipollo/release-action@v1
36+
with:
37+
artifacts: "build/app/outputs/apk/release/*.apk"
38+
token: ${{ secrets.TOKEN }}

0 commit comments

Comments
 (0)