From 9de5d1a02014becb4a79df9e53598f5e94db131b Mon Sep 17 00:00:00 2001 From: jgirardet Date: Wed, 4 Dec 2019 22:50:55 +0100 Subject: [PATCH] release --- .github/workflows/test_and_build.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/test_and_build.yml b/.github/workflows/test_and_build.yml index 733c038..dd5b2b6 100644 --- a/.github/workflows/test_and_build.yml +++ b/.github/workflows/test_and_build.yml @@ -117,6 +117,16 @@ jobs: - name: build run: | poetry run python scripted/build_executable.py + + - name: deploy_windows + uses: xresloader/upload-to-github-release@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + file: "dist/MyDevoirs.exe" + tags: true + draft: true + release_name: MyDevoirs Win v{{github.ref}} # - name: Create Release # id: create_release # uses: actions/create-release@v1.0.0