From 00ad01320ce2673b677793cf0b0092f25fcb981f Mon Sep 17 00:00:00 2001 From: Mike Diarmid Date: Wed, 2 Jun 2021 12:56:33 +0100 Subject: [PATCH] Update create_release.yaml --- .github/workflows/create_release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_release.yaml b/.github/workflows/create_release.yaml index 80813ab..0891fa3 100644 --- a/.github/workflows/create_release.yaml +++ b/.github/workflows/create_release.yaml @@ -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 @@ -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