Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
update workflows *2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pd233 committed Dec 26, 2023
1 parent b1b982c commit f24d06d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Build
run: |
dotnet publish src/LipUI/LipUI.csproj -c Release -f net7.0-windows -o build/ -r win10-x64 --sc true
dotnet publish src/LipUI/LipUI.csproj -c Release -o build/
- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Build
run: |
dotnet publish src/LipUI/LipUI.csproj -c Release -f net7.0-windows -o build/ -r win10-x64 --sc true
dotnet publish src/LipUI/LipUI.csproj -c Release -o build/
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit f24d06d

Please sign in to comment.