Skip to content

Commit

Permalink
Fix GitHub action, dist folder
Browse files Browse the repository at this point in the history
Signed-off-by: pacoorozco <[email protected]>
  • Loading branch information
pacoorozco committed Apr 11, 2020
1 parent 27b8ba9 commit a0526ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./${{ steps.build_project.outputs.FILENAME }}.zip
asset_path: ./dist/${{ steps.build_project.outputs.FILENAME }}.zip
asset_name: ${{ steps.build_project.outputs.FILENAME }}.zip
asset_content_type: application/zip

0 comments on commit a0526ab

Please sign in to comment.