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