Skip to content

Commit

Permalink
push with control file
Browse files Browse the repository at this point in the history
  • Loading branch information
gatsbyz committed Jan 19, 2024
1 parent 518ed1e commit 12b76ce
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ jobs:
- name: Copying necessary files
run: cp -rp out/polycli packaging/deb/polycli/usr/bin/

- name: Creating package for binary for bor ${{ env.ARCH }}
- name: copying control file
run: cp -rp packaging/templates/package_scripts/control packaging/deb/polycli/DEBIAN/control

- name: Creating package for binary for polycli ${{ env.ARCH }}
run: cp -rp packaging/deb/polycli packaging/deb/polycli-${{ env.GIT_TAG }}-${{ env.ARCH }}
env:
ARCH: amd64
Expand Down
12 changes: 12 additions & 0 deletions packaging/templates/package_scripts/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Source: polygon-cli
Version: 0.3.5-beta
Section: main
Priority: standard
Maintainer: Polygon <[email protected]>
Build-Depends: debhelper-compat (= 13)
Package: polygon-cli
Rules-Requires-Root: yes
Architecture: amd64
Multi-Arch: foreign
Depends:
Description: This is the polygon-cli package from Polygon Technology.

0 comments on commit 12b76ce

Please sign in to comment.