Skip to content

Commit

Permalink
Merge pull request (#60)
Browse files Browse the repository at this point in the history
CORE-57
  • Loading branch information
kilpkonn authored Mar 24, 2021
2 parents 4c78093 + 6067d48 commit 2e4c69c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
APP_NAME: 'gtm-core'
MAINTAINER: 'kilpkonn'
DESC: 'Seamless time tracking for git.'
DEPENDS: 'libssh2-1'
steps:
- name: Install Go
uses: actions/setup-go@v2
Expand Down Expand Up @@ -69,13 +70,14 @@ jobs:
cp $GOPATH/src/github.com/DEVELOPEST/gtm-core/build/gtm .debpkg/usr/bin
chmod +x .debpkg/usr/bin
- name: Build deb package
uses: jiro4989/build-deb-action@v2
uses: kilpkonn/build-deb-action@e8822c2bc4e1dbc5b898522a860eeab46b90776d
with:
package: ${{ env.APP_NAME }}
package_root: .debpkg
maintainer: ${{ env.MAINTAINER }}
version: ${{ github.event.inputs.release_version }}
arch: 'amd64'
depends: ${{ env.DEPENDS }}
desc: ${{ env.DESC }}
- name: Upload deb package
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 2e4c69c

Please sign in to comment.