Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Pd233 committed Mar 1, 2024
1 parent e659932 commit 0583f5d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,10 @@ jobs:
dotnet-version: 8.0.x

- run: |
dotnet build -c Release
dotnet build src/LipUI/LipUI.csproj -c Release -o bin -r ${{ matrix.runtime }} `
-p:DebugType=none -p:Platform=${{ matrix.platform }}
copy src/LipUI/bin/ARM64/Release/net8.0-windows10.0.19041.0/runtimes/win10-${{ matrix.platform }}`
/native/Microsoft.WindowsAppRuntime.Bootstrap.dll bin
copy runtimes/win10-${{ matrix.platform }}/native/Microsoft.WindowsAppRuntime.Bootstrap.dll bin
- uses: actions/upload-artifact@v4
with:
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 0583f5d

Please sign in to comment.