summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_windows.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml
index 9527415..fe240ce 100644
--- a/.github/workflows/build_windows.yml
+++ b/.github/workflows/build_windows.yml
@@ -77,6 +77,8 @@ jobs:
         with:
           DESTINATION_URL: '${{ secrets.NOTIFY_URL }}'
           WORKFLOW_NAME: 'win32'
+      - name: Release
+        uses: softprops/action-gh-release@v2
           
           
 #============================================
@@ -133,4 +135,6 @@ jobs:
         if: ${{ always() && steps.compile.outcome == 'success' }}
         with:
           DESTINATION_URL: '${{ secrets.NOTIFY_URL }}'
-          WORKFLOW_NAME: 'win64'
\ No newline at end of file
+          WORKFLOW_NAME: 'win64'
+      - name: Release
+        uses: softprops/action-gh-release@v2
\ No newline at end of file