v 1.1 release
This commit is contained in:
parent
2d989ad1b1
commit
6f2afa036d
7
.github/workflows/create-release.yaml
vendored
7
.github/workflows/create-release.yaml
vendored
@ -18,13 +18,14 @@ jobs:
|
|||||||
linux-musl-arm,
|
linux-musl-arm,
|
||||||
linux-musl-x64,
|
linux-musl-x64,
|
||||||
linux-x64,
|
linux-x64,
|
||||||
|
win-x64,
|
||||||
]
|
]
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4.2.2
|
||||||
|
|
||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v2
|
uses: actions/setup-dotnet@v4.3.0
|
||||||
with:
|
with:
|
||||||
dotnet-version: 9.x
|
dotnet-version: 9.x
|
||||||
|
|
||||||
@ -37,7 +38,7 @@ jobs:
|
|||||||
zip -r -9 ../${{ matrix.rid }}.zip ./*
|
zip -r -9 ../${{ matrix.rid }}.zip ./*
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v2.2.1
|
||||||
if: ${{ !contains(github.ref, 'beta') }}
|
if: ${{ !contains(github.ref, 'beta') }}
|
||||||
with:
|
with:
|
||||||
draft: false
|
draft: false
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
## changelog
|
## changelog
|
||||||
|
|
||||||
- initial release
|
- fix pv input current not showing
|
||||||
Loading…
Reference in New Issue
Block a user