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