Skip to content

Commit

Permalink
worflow syntax fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Parth576 committed Feb 17, 2021
1 parent c73effd commit 9cdcbd9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Build and create release
on:
push:
branches:
- release
tags:
- 'v*'
jobs:
Expand Down Expand Up @@ -39,14 +37,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./ytplay
asset_name: ytplay
asset_content_type: application/octet-stream
- name: Upload windows binary
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 }}
asset_path: ./ytplay.exe
asset_name: ytplay.exe
asset_content_type: application/octet-stream

0 comments on commit 9cdcbd9

Please sign in to comment.