Skip to content

Commit

Permalink
更新action package配置
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTeamX committed May 8, 2023
1 parent 0844cdd commit 3372a33
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,17 +268,8 @@ jobs:
- name: Upload release asset
uses: dwenegar/upload-release-assets@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
release_id: ${{ steps.create_release.outputs.id }}
assets_path: |
/home/runner/work/nas-tools-unlock/nas-tools-unlock/releases/
- name: Send telegram message (release informations)
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
format: markdown
message: |
${{ github.event.commits[0].message }}
/home/runner/work/nas-tools-unlock/nas-tools-unlock/releases/

0 comments on commit 3372a33

Please sign in to comment.