mirror of
https://github.com/pppscn/SmsForwarder
synced 2025-08-02 17:07:41 +08:00
整理:将构建文件统一输出到项目根目录下的 build 文件夹
This commit is contained in:
parent
ffc022e0a8
commit
11a03f3056
2
.github/workflows/Release.yml
vendored
2
.github/workflows/Release.yml
vendored
@ -53,4 +53,4 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
asset_paths: '["./build/outputs/apk/release/SmsForwarder_release_*"]'
|
asset_paths: '["./build/app/outputs/apk/release/SmsForwarder_release_*"]'
|
||||||
|
2
.github/workflows/Weekly_Build.yml
vendored
2
.github/workflows/Weekly_Build.yml
vendored
@ -46,5 +46,5 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: SmsForwarder Weekly Build
|
name: SmsForwarder Weekly Build
|
||||||
path: build/outputs/apk/release/*.apk
|
path: build/app/outputs/apk/release/*.apk
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
Loading…
x
Reference in New Issue
Block a user