Skip to content

Commit

Permalink
Merge pull request #4 from jkfran/release-changes
Browse files Browse the repository at this point in the history
Delete deb packaging
  • Loading branch information
jkfran authored Mar 27, 2023
2 parents b23934f + c95b7f3 commit 9fcd4a3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ jobs:
target: ${{ matrix.target }}
override: true

- name: Install cargo-deb
if: contains(matrix.target, 'linux')
run: cargo install cargo-deb

- name: Build target
uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -86,12 +82,6 @@ jobs:
return { releaseExists };
- name: Build and package .deb for Linux targets
if: contains(matrix.target, 'linux')
run: |
short_target=$(echo "${{ matrix.target }}" | sed 's/-unknown//')
cargo deb --target ${{ matrix.target }} --output killport-${short_target}.deb
- name: Create release and upload assets
if: ${{ !steps.check_release.outputs.releaseExists }}
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 9fcd4a3

Please sign in to comment.