Skip to content

Commit

Permalink
Merge pull request #112 from pacoorozco/add-release-workflow
Browse files Browse the repository at this point in the history
Add release workflow
  • Loading branch information
pacoorozco authored Apr 11, 2020
2 parents 27b8ba9 + 8b11cea commit 1dde3c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 49 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/01-release-version.yml

This file was deleted.

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 1dde3c5

Please sign in to comment.