Skip to content

Commit

Permalink
Update create_release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar authored Jun 2, 2021
1 parent 1cca811 commit 00ad013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: shrink/actions-document-publish@v1
id: make_document
with:
sources: 'Balanced_Employee_IP_Agreement.md'
sources: 'AGREEMENT.md'
- name: Create GitHub Release
id: create_release
uses: actions/create-release@v1
Expand Down Expand Up @@ -47,6 +47,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: 'Balanced_Employee_IP_Agreement.md'
asset_path: 'AGREEMENT.md'
asset_name: 'Agreement.md'
asset_content_type: text/markdown

0 comments on commit 00ad013

Please sign in to comment.