Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
jgirardet committed Dec 4, 2019
1 parent 1c7b3b1 commit 9de5d1a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 9de5d1a

Please sign in to comment.