Skip to content

Commit

Permalink
Update directory-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samie committed May 25, 2023
1 parent fe6ba8e commit 8998752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/directory-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
echo "Building version ${{env.RELEASE_VERSION}} of ${{env.RELEASE_NAME}}"
( cd addon && mvn -B install -Pdirectory --file pom.xml )
echo "Package $(ls -l ${{env.RELEASE_ZIP}})"
echo "Package ${{env.RELEASE_ZIP}}"
- name: Upload to Vaadin Directory
id: upload
uses: wei/curl@v1
Expand Down

0 comments on commit 8998752

Please sign in to comment.