Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PragmaTwice committed Sep 23, 2023
1 parent e2e9d57 commit 30391fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
- name: Package Deb
uses: bpicode/[email protected]
with:
fpm_args: './release'
fpm_opts: '-t deb -v ${{ env.VERSION }} --iteration ${{ env.ITERATION }} ${{ env.FPM_OPTS }}'
fpm_args: '.'
fpm_opts: '-t deb -v ${{ env.VERSION }} --iteration ${{ env.ITERATION }} -C release ${{ env.FPM_OPTS }}'

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 30391fc

Please sign in to comment.