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

Commit

Permalink
update workflows *3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pd233 committed Dec 26, 2023
1 parent f24d06d commit 438b7e9
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 -o build/
dotnet publish src/LipUI.sln -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 -o build/
dotnet publish src/LipUI.sln -c Release -o build/
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 438b7e9

Please sign in to comment.