diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee959bb..c44f7f1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,13 +51,6 @@ jobs: bin: places-cli name: places-cli-Linux-riscv64gc-gnu.tar.gz - - os_name: NetBSD-x86_64 - os: ubuntu-20.04 - target: x86_64-unknown-netbsd - bin: places-cli - name: places-cli-NetBSD-x86_64.tar.gz - skip_tests: true - - os_name: Windows-aarch64 os: windows-latest target: aarch64-pc-windows-msvc @@ -113,18 +106,6 @@ jobs: tar czvf ../../../${{ matrix.platform.name }} ${{ matrix.platform.bin }} fi cd - - if: | - matrix.toolchain == 'stable' && - ( startsWith( github.ref, 'refs/tags/v' ) || - github.ref == 'refs/tags/test-release' ) - - - name: Generate SHA-256 - run: shasum -a 256 ${{ matrix.platform.name }} - if: | - matrix.toolchain == 'stable' && - matrix.platform.os == 'macOS-latest' && - ( startsWith( github.ref, 'refs/tags/v' ) || - github.ref == 'refs/tags/test-release' ) - name: Publish GitHub release uses: softprops/action-gh-release@v2 @@ -132,4 +113,4 @@ jobs: draft: true files: "places-cli-*" body_path: CHANGELOG.md - if: matrix.toolchain == 'stable' && startsWith( github.ref, 'refs/tags/v' ) +