Skip to content

Commit

Permalink
ci(build-ipk): specify asset name
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Sep 3, 2024
1 parent e4c3a5b commit 1415f3b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-ipk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,12 @@ jobs:
if: github.event_name != 'release'
with:
name: ${{ env.ASSET_NAME }}
path: .github/*.ipk
path: .github/${{ env.ASSET_NAME }}

- name: Publishing to GitHub Releases
uses: svenstaro/upload-release-action@v2
if: github.event_name == 'release'
with:
repo_token: ${{ github.token }}
file: .github/*.ipk
file: .github/${{ env.ASSET_NAME }}
tag: ${{ github.ref }}
file_glob: true

0 comments on commit 1415f3b

Please sign in to comment.