We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83dda8 commit abfc06bCopy full SHA for abfc06b
.github/workflows/create_release.yml
@@ -50,7 +50,7 @@ jobs:
50
run: |
51
mvn package -P package -DskipTests
52
mkdir ${{ github.workspace }}/package
53
- 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
54
ls ${{ github.workspace }}/package
55
- name: Create Release # automatically release new version
56
id: create_release
0 commit comments