Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
liufang-robot committed Jun 16, 2024
1 parent 475b586 commit 7edad34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux_cpp_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
- name: upload .deb
uses: actions/upload-artifact@v4
with:
name: lebai-deb-package
path: *.deb
name: DebForCPP
path: ./*.deb
- name: release
uses: ncipollo/release-action@v1
with:
artifacts: *.deb
allowUpdates: true
allowUpdates: true

0 comments on commit 7edad34

Please sign in to comment.