Skip to content

Commit

Permalink
prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-nitehawk committed Jul 4, 2024
1 parent 5e239ec commit 5a49fa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.x
dotnet-version: 7.x

- name: Publish Binaries
working-directory: src/Server
run: |
dotnet publish ./InverterMon.Server.csproj -c Release -r ${{ matrix.rid }} --self-contained -o ./bin/${{ matrix.rid }}
dotnet publish ./InverterMon.Server.csproj -c Release -r ${{ matrix.rid }} --self-contained -p:PublishTrimmed=false -o ./bin/${{ matrix.rid }}
rm -rf ./bin/${{ matrix.rid }}/BlazorDebugProxy
cd ./bin/${{ matrix.rid }}
zip -r -9 ../${{ matrix.rid }}.zip ./*
Expand Down
2 changes: 1 addition & 1 deletion src/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## changelog

- reduce jk bms charge ampere value cache size for faster updates
- upgrade project to .net 8
- upgrade dependencies to latest
- misc. minor code refactors

0 comments on commit 5a49fa7

Please sign in to comment.