Skip to content

Commit

Permalink
Fixed typo in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fastlorenzo committed Oct 22, 2020
1 parent cb58aa4 commit a554d8a
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,30 +52,3 @@ jobs:
tag: ${{ github.ref }}
overwrite: true
file_glob: true
# - name: Create Release
# id: create_release
# uses: actions/create-release@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# tag_name: ${{ github.ref }}
# release_name: Release ${{ github.ref }}
# draft: true
# prerelease: true
# - name: Upload the artifacts
# uses: skx/[email protected]
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# releaseId: ${{ needs.create_release.outputs.id }}
# args: '*.bin'
# - name: Upload Release Asset
# id: upload-release-asset
# uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
# asset_path: ./kibana/plugins/redelk/build/*.zip
# asset_name: redelk-kibana-app.zip
# asset_content_type: application/zip

0 comments on commit a554d8a

Please sign in to comment.