Skip to content

Commit 8998752

Browse files
authored
Update directory-publish.yml
1 parent fe6ba8e commit 8998752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/directory-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
echo "Building version ${{env.RELEASE_VERSION}} of ${{env.RELEASE_NAME}}"
3232
( cd addon && mvn -B install -Pdirectory --file pom.xml )
33-
echo "Package $(ls -l ${{env.RELEASE_ZIP}})"
33+
echo "Package ${{env.RELEASE_ZIP}}"
3434
- name: Upload to Vaadin Directory
3535
id: upload
3636
uses: wei/curl@v1

0 commit comments

Comments
 (0)