File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,21 +49,21 @@ jobs:
4949 ./gradlew assemble
5050
5151 - name : 上传 Release APK
52- uses : actions/upload-artifact@v6
52+ uses : actions/upload-artifact@v7
5353 with :
5454 name : " NetProxy-release"
5555 path : " Manager/app/build/outputs/apk/release/*.apk"
5656 compression-level : 9
5757
5858 - name : 上传 Release Mapping
59- uses : actions/upload-artifact@v6
59+ uses : actions/upload-artifact@v7
6060 with :
6161 name : " NetProxy-release-mappings"
6262 path : " Manager/app/build/outputs/mapping/release"
6363 compression-level : 9
6464
6565 - name : 上传 Debug APK
66- uses : actions/upload-artifact@v6
66+ uses : actions/upload-artifact@v7
6767 with :
6868 name : " NetProxy-debug"
6969 path : " Manager/app/build/outputs/apk/debug/*.apk"
Original file line number Diff line number Diff line change 5353 run : python src/webui/build_webui.py
5454
5555 - name : 上传构建产物
56- uses : actions/upload-artifact@v6
56+ uses : actions/upload-artifact@v7
5757 with :
5858 name : NetProxy-Module
5959 path : src/module/
You can’t perform that action at this time.
0 commit comments