Update windows.yml

This commit is contained in:
Bluzume 2021-01-29 02:07:46 +13:00 committed by GitHub
parent cb16968095
commit 15aa3b1055
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,10 +44,10 @@ jobs:
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: win-x64 name: win-x64
path: Horse Isle Server/HorseIsleServer/bin/x64/windows/net5.0/windows-x64/publish/ path: HorseIsleServer/bin/x64/windows/net5.0/windows-x64/publish/
- name: upload win-x86 - name: upload win-x86
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: win-x86 name: win-x86
path: Horse Isle Server/HorseIsleServer/bin/x86/windows/net5.0/windows-x86/publish/ path: HorseIsleServer/bin/x86/windows/net5.0/windows-x86/publish/