mirror of
https://github.com/snltty/linker.git
synced 2025-12-19 01:46:46 +08:00
net7
This commit is contained in:
7
.github/workflows/dotnet.yml
vendored
7
.github/workflows/dotnet.yml
vendored
@@ -18,6 +18,13 @@ jobs:
|
||||
GITHUB_TOKEN: '${{ secrets.ACTIONS_TOKEN }}'
|
||||
with:
|
||||
dotnet-version: 7.0.x
|
||||
|
||||
- name: setup dotnet8
|
||||
uses: actions/setup-dotnet@v2
|
||||
env:
|
||||
GITHUB_TOKEN: '${{ secrets.ACTIONS_TOKEN }}'
|
||||
with:
|
||||
dotnet-version: 8.0.x
|
||||
|
||||
- name: publish projects
|
||||
run: ./publish.bat
|
||||
|
||||
Reference in New Issue
Block a user