Commit 6ce35045 authored by mercury233's avatar mercury233

update build & sqlite

parent 98f9b3ab
...@@ -15,12 +15,12 @@ jobs: ...@@ -15,12 +15,12 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup MSBuild.exe - name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1 uses: microsoft/setup-msbuild@v2
- name: Build! - name: Build!
run: msbuild $env:Solution_Name /t:Build /p:Configuration=Release run: msbuild $env:Solution_Name /t:Build /p:Configuration=Release
...@@ -36,7 +36,7 @@ jobs: ...@@ -36,7 +36,7 @@ jobs:
cd .. cd ..
- name: Upload build artifacts - name: Upload build artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
path: dist\WindBot.7z path: dist\WindBot.7z
...@@ -46,7 +46,7 @@ jobs: ...@@ -46,7 +46,7 @@ jobs:
with: with:
repo_token: "${{ secrets.GITHUB_TOKEN }}" repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest" automatic_release_tag: "latest"
prerelease: true prerelease: false
title: "Development Build" title: "Development Build"
files: | files: |
dist/WindBot.7z dist/WindBot.7z
No preview for this file type
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