From 83fcc91fb81086393cabca6cbf71ae089e133628 Mon Sep 17 00:00:00 2001 From: real-zony Date: Thu, 22 Sep 2022 14:51:17 +0800 Subject: [PATCH] ci: Fixed github workflow file errors. --- .github/workflows/dotnet.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index fefa20e..1a15cd8 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -37,7 +37,9 @@ jobs: uses: actions/upload-artifact@v3 with: name: release-files - path: ./TempFiles + path: | + ./TempFiles + ./versions/release.md release: needs: build runs-on: ubuntu-latest @@ -54,4 +56,4 @@ jobs: token: ${{ secrets.GITHUBACTIONS }} tag: ZonyLrcToolsX_Alpha.${{ steps.date.outputs.date }} commit: dev - bodyFile: versions/release.md \ No newline at end of file + bodyFile: ./TempFiles/release.md \ No newline at end of file