Skip to content

Commit

Permalink
Merge pull request #114 from pacoorozco/add-release-workflow
Browse files Browse the repository at this point in the history
Fix asset name on release
  • Loading branch information
pacoorozco authored Apr 11, 2020
2 parents c95cd94 + 488ea15 commit 3617674
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 @@ -41,5 +41,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ steps.build_project.outputs.DIST_FILE }}.zip
asset_name: ${{ steps.build_project.outputs.DIST_FILE }}.zip
asset_name: gamify-laravel-dist-${{ steps.get_version.outputs.VERSION }}.zip
asset_content_type: application/zip

0 comments on commit 3617674

Please sign in to comment.