Fix workflows, lol

This commit is contained in:
BlossomiShymae
2024-12-06 01:46:13 -06:00
parent 30451b8c8c
commit 38e1ea2301

View File

@@ -18,10 +18,7 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: release
uses: actions/checkout@v4
- name: Build
run: dotnet build ${{env.PROJECT_NAME}} -c Release
- name: Publish