Skip to content

Commit ae16c09

Browse files
committed
update action
1 parent afdef3c commit ae16c09

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/auto-release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,18 @@ jobs:
7474
run: |
7575
# ls tmp/lede/bin/packages/x86_64/base
7676
# zip --junk-paths luci-app-unblockneteasemusic ./tmp/lede/bin/packages/x86_64/base/luci-app-unblockneteasemusic_*.ipk
77+
mkdir -p tmp/upload/
78+
cp -a tmp/lede/bin/packages/x86_64/base/luci-app-unblockneteasemusic_*.ipk tmp/upload/
79+
cp -a tmp/lede/bin/packages/x86_64/base/Unblock*.ipk tmp/upload/
7780
- name: create release and upload asset
7881
uses: svenstaro/upload-release-action@v2
7982
with:
8083
repo_token: ${{ secrets.GITHUB_TOKEN }}
81-
file: tmp/lede/bin/packages/x86_64/base/luci-app-unblockneteasemusic_*.ipk
84+
file: tmp/upload/*
8285
file_glob: true
8386
tag: ${{ github.ref }}
8487
overwrite: true
8588
body: |
8689
[bot] automatically publish packages compiled with the latest source code
87-
[bot] UnblockNeteaseMusic library ipk is not released here,please download it [here](https://github.com/cnsilvan/UnblockNeteaseMusic) and operate according to the [readme](https://github.com/cnsilvan/luci-app-unblockneteasemusic/blob/master/README.md#%E7%BC%96%E8%AF%91%E4%B8%8E%E5%8D%87%E7%BA%A7)
90+
[bot] UnblockNeteaseMusic.ipk for all platforms will not be released here
91+
[bot] please download [the latest version](https://github.com/cnsilvan/UnblockNeteaseMusic) according to the [readme](https://github.com/cnsilvan/luci-app-unblockneteasemusic/blob/master/README.md#%E7%BC%96%E8%AF%91%E4%B8%8E%E5%8D%87%E7%BA%A7) to complete the upgrade after installing UnblockNeteaseMusic.ipk

0 commit comments

Comments
 (0)