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 24, 2023
1 parent f0192ea commit ebc5998
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 @@ -17,7 +17,7 @@ jobs:
steps:
- name: Rename the zip
id: post-process
run: mv target/${{env.ADDON}}*.zip ${{env.ADDON}}.zip
run: mv addon/target/${{env.ADDON}}*.zip ${{env.ADDON}}.zip
- name: Upload to Vaadin Directory
id: upload
uses: wei/curl@v1
Expand Down

0 comments on commit ebc5998

Please sign in to comment.