Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
cnsilvan committed Sep 11, 2020
1 parent afdef3c commit ae16c09
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,18 @@ jobs:
run: |
# ls tmp/lede/bin/packages/x86_64/base
# zip --junk-paths luci-app-unblockneteasemusic ./tmp/lede/bin/packages/x86_64/base/luci-app-unblockneteasemusic_*.ipk
mkdir -p tmp/upload/
cp -a tmp/lede/bin/packages/x86_64/base/luci-app-unblockneteasemusic_*.ipk tmp/upload/
cp -a tmp/lede/bin/packages/x86_64/base/Unblock*.ipk tmp/upload/
- name: create release and upload asset
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: tmp/lede/bin/packages/x86_64/base/luci-app-unblockneteasemusic_*.ipk
file: tmp/upload/*
file_glob: true
tag: ${{ github.ref }}
overwrite: true
body: |
[bot] automatically publish packages compiled with the latest source code
[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)
[bot] UnblockNeteaseMusic.ipk for all platforms will not be released here
[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 comments on commit ae16c09

Please sign in to comment.