Commit f520f2a3 authored by mercury233's avatar mercury233

fix

parent 4d113a7b
...@@ -274,7 +274,7 @@ jobs: ...@@ -274,7 +274,7 @@ jobs:
- name: Download build artifacts - name: Download build artifacts
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
pattern: YGOPro-Server-windows-* pattern: YGOPro-Server-windows-* # the "windows" (no hyphen) artifact is ignored
merge-multiple: true merge-multiple: true
- name: GitHub Release - name: GitHub Release
...@@ -285,6 +285,5 @@ jobs: ...@@ -285,6 +285,5 @@ jobs:
prerelease: true prerelease: true
title: "Development Build" title: "Development Build"
files: | files: |
x86/ygopro.exe
x64/ygopro.exe x64/ygopro.exe
x64/AI.Server.exe x64/AI.Server.exe
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment