Skip to content

tune: 降低 Hosting 包等级, 要不然不能 publish #66

tune: 降低 Hosting 包等级, 要不然不能 publish

tune: 降低 Hosting 包等级, 要不然不能 publish #66

Workflow file for this run

name: CI
on:
- push
- workflow_dispatch
jobs:
build-windows-x64:
name: Build on Windows x64
runs-on: windows-2022
steps:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Checkout
uses: actions/[email protected]
- name: Build
run: dotnet publish -c Release -p:PublishProfile=win64 -p:PublishDir=..\Publish
- name: Upload
uses: actions/upload-artifact@v3
with:
name: Release
path: Publish/OpenGptChat.exe
if-no-files-found: error