mirror of
https://github.com/OwO-Network/DeepLX.git
synced 2025-04-19 14:13:24 +00:00
ci: remove support for deb
This commit is contained in:
parent
0bcb4bbfcc
commit
7705e7ae1c
33
.github/workflows/deb.yaml
vendored
33
.github/workflows/deb.yaml
vendored
@ -1,33 +0,0 @@
|
||||
name: Build and Release DEB Package
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.19'
|
||||
|
||||
- name: Build and Create DEB Package
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y dh-make debhelper
|
||||
TAG_NAME=${GITHUB_REF##*/}
|
||||
dpkg-buildpackage -us -uc
|
||||
|
||||
- name: Upload DEB Package to GitHub Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: ./deeplx-${{ steps.extract_tag.outputs.tag }}.deb
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,5 +0,0 @@
|
||||
deeplx (0.8.4) unstable; urgency=low
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Vincent Yang <me@missuo.me> Sun, 19 Nov 2023 20:00:00 +0000
|
10
debian/control
vendored
10
debian/control
vendored
@ -1,10 +0,0 @@
|
||||
Source: deeplx
|
||||
Section: misc
|
||||
Maintainer: Vincent Yang <me@missuo.me>
|
||||
Build-Depends: debhelper (>= 9)
|
||||
Standards-Version: 0.8.4
|
||||
|
||||
Package: deeplx
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: DeepL Free API
|
Loading…
Reference in New Issue
Block a user