Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PragmaTwice authored Sep 23, 2023
1 parent 631e782 commit e2e9d57
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 @@ -48,13 +48,13 @@ jobs:
uses: bpicode/[email protected]
with:
fpm_args: './release'
fpm_opts: '-t deb -v {{ env.VERSION }} --iteration {{ env.ITERATION }} ${{ env.FPM_OPTS }}'
fpm_opts: '-t deb -v ${{ env.VERSION }} --iteration ${{ env.ITERATION }} ${{ env.FPM_OPTS }}'

- name: Release
uses: softprops/action-gh-release@v1
with:
name: |
{{ env.VERSION }}-{{ env.ITERATION }}
${{ env.VERSION }}-${{ env.ITERATION }}
files: |
./*.deb
env:
Expand Down

0 comments on commit e2e9d57

Please sign in to comment.