From e13fb47aebc604559a5e45859504000b681c9774 Mon Sep 17 00:00:00 2001 From: real-zony Date: Thu, 22 Sep 2022 13:30:34 +0800 Subject: [PATCH] ci: debug workflow. --- .github/workflows/dotnet.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index c23adc5..27cae4d 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -31,12 +31,10 @@ jobs: shell: bash env: PUBLISH_VERSION: ${{ steps.date.outputs.date }} - - name: ls - run: ls -a - # - name: Upload Release - # uses: ncipollo/release-action@v1 - # with: - # artifacts: "*.zip" - # token: ${{ secrets.GITHUBACTIONS }} - # tag: ZonyLrcToolsX_Alpha.${{ steps.date.outputs.date }} - # commit: dev \ No newline at end of file + - name: Upload Release + uses: ncipollo/release-action@v1 + with: + artifacts: "./TempFiles/*.zip" + token: ${{ secrets.GITHUBACTIONS }} + tag: ZonyLrcToolsX_Alpha.${{ steps.date.outputs.date }} + commit: dev \ No newline at end of file