From 1bec50e4094a60326c987cdbeefd5dc4a21539a3 Mon Sep 17 00:00:00 2001 From: real-zony Date: Thu, 22 Sep 2022 14:42:48 +0800 Subject: [PATCH] ci: update workflow. --- .github/workflows/dotnet.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 382c12e..fefa20e 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -33,6 +33,20 @@ jobs: shell: bash env: PUBLISH_VERSION: ${{ steps.date.outputs.date }} + - name: Upload artifact + uses: actions/upload-artifact@v3 + with: + name: release-files + path: ./TempFiles + release: + needs: build + runs-on: ubuntu-latest + steps: + - name: Download artifact + uses: actions/download-artifact@v3 + with: + name: release-files + path: ./TempFiles - name: Upload Release uses: ncipollo/release-action@v1 with: