From 834ac8f3fc8cfc141cbc27ddd6e2f3c967df2b9b Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Tue, 27 Aug 2024 22:29:35 -0700 Subject: [PATCH] =?UTF-8?q?body=5Ffile=20=E2=86=92=20body-file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d861f9..b054c9a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,8 +9,8 @@ jobs: name: Build Distribution runs-on: ubuntu-22.04 outputs: - body_file: ${{ steps.yaclog-show.outputs.body_file }} - version_name: ${{ steps.yaclog-show.outputs.name }} + body-file: ${{ steps.yaclog-show.outputs.body-file }} + version-name: ${{ steps.yaclog-show.outputs.name }} steps: - uses: actions/checkout@v4 @@ -73,8 +73,8 @@ jobs: - name: Publish to Github run: > gh release create ${{ github.ref_name }} - --notes-file "${{ needs.build.outputs.body_file }}" - --title "${{ needs.build.outputs.version_name }}" + --notes-file "${{ needs.build.outputs.body-file }}" + --title "${{ needs.build.outputs.version-name }}" dist/* env: GH_TOKEN: ${{ github.token }} \ No newline at end of file