Skip to content

Commit f4a1019

Browse files
fix build
1 parent 566c07f commit f4a1019

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
@@ -39,12 +39,12 @@ jobs:
3939
- name: Build
4040
run: |
4141
${{ env.swift_build }}
42-
mv .build/release/Run build/geocoding-api
42+
mv .build/release/Run geocoding-api
4343
- name: Package
4444
uses: gravitl/github-action-fpm@master
4545
with:
4646
fpm_args: './build'
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/'
47+
fpm_opts: '-s dir -t deb -n geocoding-api -v ${{github.ref_name}} --deb-user geoocoding-api --deb-group geoocoding-api --deb-systemd build/geocoding-api.service --deb-default build/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)