diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 7e275bc..f4dc487 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -18,13 +18,14 @@ jobs: linux-musl-arm, linux-musl-x64, linux-x64, + win-x64, ] fail-fast: true steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4.2.2 - name: Setup .NET - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v4.3.0 with: dotnet-version: 9.x @@ -37,10 +38,10 @@ jobs: zip -r -9 ../${{ matrix.rid }}.zip ./* - name: Create Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2.2.1 if: ${{ !contains(github.ref, 'beta') }} with: draft: false name: ${{ github.ref_name }} Release body_path: src/changelog.md - files: src/Server/bin/*.zip + files: src/Server/bin/*.zip \ No newline at end of file diff --git a/src/changelog.md b/src/changelog.md index 6da23a7..02c56bb 100644 --- a/src/changelog.md +++ b/src/changelog.md @@ -1,3 +1,3 @@ ## changelog -- initial release \ No newline at end of file +- fix pv input current not showing \ No newline at end of file