Skip to content

Commit 566c07f

Browse files
fix release build
1 parent 5597560 commit 566c07f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
${{ env.swift_build }}
4242
mv .build/release/Run build/geocoding-api
4343
- name: Package
44-
uses: bpicode/github-action-fpm@master
44+
uses: gravitl/github-action-fpm@master
4545
with:
4646
fpm_args: './build'
47-
fpm_opts: 'fpm -s dir -t deb -n geocoding-api -v ${{github.ref_name}} --deb-user geoocoding-api --deb-group geoocoding-api --deb-systemd geocoding-api.service --deb-default geocoding-api.env geocoding-api=/usr/local/bin/'
47+
fpm_opts: '-s dir -t deb -n geocoding-api -v ${{github.ref_name}} --deb-user geoocoding-api --deb-group geoocoding-api --deb-systemd geocoding-api.service --deb-default geocoding-api.env geocoding-api=/usr/local/bin/'
4848
- name: Rename deb file
4949
run: mv geocoding-api_${{github.ref_name}}_amd64.deb geocoding-api_${{github.ref_name}}_focal_amd64.deb
5050
- name: Release

0 commit comments

Comments
 (0)