feat(ci): bring back 10s builds 😢

This commit is contained in:
rjindael 2023-07-31 05:43:04 -07:00
parent 1ed03a2a79
commit f759602120
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
1 changed files with 1 additions and 7 deletions

View File

@ -16,14 +16,8 @@ jobs:
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Publish
run: dotnet publish --no-self-contained -c ${{ matrix.configuration }} -r win-x64
- name: Upload