Skip to content

Commit

Permalink
升级artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
neilyhe committed Oct 12, 2024
1 parent d216eda commit 8429a4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/opensource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Publish aar to Maven
run: ./gradlew publish
- name: Archive the apk
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: app/build/outputs/apk/opensource/release/*.apk

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tencent_official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Link--Archive the encrypted link app
if: ${{!contains(env.curr_tag, 'video')}}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: app/build/outputs/apk/tencentOfficial/release/*.apk.gpg

Expand Down

0 comments on commit 8429a4a

Please sign in to comment.