Skip to content

Commit

Permalink
fix(ci): build dotnet component
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-is-cute committed Nov 4, 2024
1 parent 069f72b commit 52c4ad3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ jobs:
with:
workspaces: './src-tauri -> target'

- name: setup .net
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x

- name: build .net component
run: |
cd csharp
dotnet build -c Release
- name: install frontend dependencies
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
run: pnpm install # change this to npm or pnpm depending on which one you use.
Expand Down

0 comments on commit 52c4ad3

Please sign in to comment.