From f2d7e9b54177429f7bfcddb7b1ba0bdbc4e37bee Mon Sep 17 00:00:00 2001 From: hemengyang Date: Thu, 19 May 2022 12:50:12 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=8F=91=E5=B8=83=E6=97=B6=E5=90=8C?= =?UTF-8?q?=E6=97=B6=E4=B8=8A=E4=BC=A0=E8=87=B3=20Release=20Assets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f56ca9..323c67b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,6 +37,13 @@ jobs: - name: Publish PyPI run: poetry publish --build -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }} || echo "Already pushed to pypi" + + - name: Upload Release Assets + uses: alexellis/upload-assets@0.2.3 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + asset_paths: '["./dist/*"]' publish-docker: runs-on: ubuntu-latest needs: build-frontend