Skip to content

Commit abfc06b

Browse files
authored
Update create_release.yml
Signed-off-by: daizhenyu <67902793+daizhenyu@users.noreply.github.com>
1 parent a83dda8 commit abfc06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
mvn package -P package -DskipTests
5252
mkdir ${{ github.workspace }}/package
53-
cp ${{ github.workspace }}/sermant-agent-*.tar.gz ${{ github.workspace }}/package/sermant-${{ env.version }}.tar.gz
53+
cp ${{ github.workspace }}/sermant-*.tar.gz ${{ github.workspace }}/package/sermant-${{ env.version }}.tar.gz
5454
ls ${{ github.workspace }}/package
5555
- name: Create Release # automatically release new version
5656
id: create_release

0 commit comments

Comments
 (0)