From 7e7e695af424f4b3a44576c43ac070da30e146c3 Mon Sep 17 00:00:00 2001 From: justaCasualCoder <120528794+justaCasualCoder@users.noreply.github.com> Date: Sat, 23 Dec 2023 10:07:54 -0500 Subject: [PATCH] Update windows_build.yml --- .github/workflows/windows_build.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index b5da987..3440a5a 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -46,4 +46,10 @@ jobs: rm: true token: ${{ secrets.GITHUB_TOKEN }} files: dist/* - + - name: Release + uses: softprops/action-gh-release@v1 + with: + files: | + dist/SamsungFlashGUI.exe + env: + tag_name: windows