Skip to content

Commit

Permalink
Merge pull request katef#46 from katef/kate/update-fpm-maybe
Browse files Browse the repository at this point in the history
Update fpm for broken packaging in CI
  • Loading branch information
katef authored Jan 2, 2021
2 parents e87c8c8 + bc05191 commit f41cbe0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: |
uname -a
sudo apt-get install bmake
sudo gem install --no-document fpm
fpm -v
${{ matrix.cc }} --version
- name: make
Expand All @@ -44,13 +46,11 @@ jobs:
- name: install
run: |
bmake -r -j 2 PKGCONF=pkg-config CC=${{ matrix.cc }} PREFIX=prefix/usr install
mkdir pkg
- name: Package
uses: bpicode/github-action-fpm@master
with:
fpm_args: ''
fpm_opts: '-C prefix -p pkg/ -n kgt -t ${{ matrix.pkg }} -v 0.${{ github.sha }} -m [email protected] -s dir'
run: |
mkdir pkg
fpm -C prefix -p pkg/ -n kgt -t ${{ matrix.pkg }} -v 0.${{ github.sha }} -m [email protected] -s dir
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit f41cbe0

Please sign in to comment.