Update build.yml

This commit is contained in:
Dawid Bepierszcz 2024-02-02 23:00:16 +01:00 • committed by GitHub
parent 7251516bb4
commit 93faad27c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ jobs:
- name: Restore
run: dotnet restore
- name: Build
run: dotnet build ${{ env.PROJECT_PATH }} -c CS2-SimpleAdmin -o ${{ env.OUTPUT_PATH }} --configuration Release
run: dotnet build ${{ env.PROJECT_PATH }} -c CS2-SimpleAdmin -o ${{ env.OUTPUT_PATH }}
publish:
if: github.event_name == 'push'
@ -46,7 +46,7 @@ jobs:
- name: Restore
run: dotnet restore
- name: Build
run: dotnet build ${{ env.PROJECT_PATH }} -c CS2-SimpleAdmin -o ${{ env.OUTPUT_PATH }} --configuration Release
run: dotnet build ${{ env.PROJECT_PATH }} -c CS2-SimpleAdmin -o ${{ env.OUTPUT_PATH }}
- name: Clean files
run: |
rm -f \