Skip to content

Commit

Permalink
Update create_release.yml
Browse files Browse the repository at this point in the history
Signed-off-by: daizhenyu <67902793+daizhenyu@users.noreply.github.com>
  • Loading branch information
daizhenyu authored Jan 8, 2025
1 parent a83dda8 commit abfc06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
mvn package -P package -DskipTests
mkdir ${{ github.workspace }}/package
cp ${{ github.workspace }}/sermant-agent-*.tar.gz ${{ github.workspace }}/package/sermant-${{ env.version }}.tar.gz
cp ${{ github.workspace }}/sermant-*.tar.gz ${{ github.workspace }}/package/sermant-${{ env.version }}.tar.gz
ls ${{ github.workspace }}/package
- name: Create Release # automatically release new version
id: create_release
Expand Down

0 comments on commit abfc06b

Please sign in to comment.