Skip to content

Commit 1e77cd5

Browse files
committed
chore:update ci
1 parent a1ac356 commit 1e77cd5

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)