瀏覽代碼

fix paths to netclient/build

Matthew R Kasun 3 年之前
父節點
當前提交
9aa5948c68
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/buildandrelease.yml

+ 2 - 2
.github/workflows/buildandrelease.yml

@@ -192,7 +192,7 @@ jobs:
       - name: Package x86 deb
         uses: gravitl/github-action-fpm@master
         with:
-          fpm_args: './build'
+          fpm_args: './hetclient/build'
           fpm_opts: '--debug -s dir -t deb --architecture amd64 --version ${{ env.VERSION }} netclient/build/netclient=/sbin/netclient'
       - name: Upload x86 deb to Release
         uses: svenstaro/upload-release-action@v2
@@ -207,7 +207,7 @@ jobs:
       - name: Package arm64 deb
         uses: gravitl/github-action-fpm@master
         with:
-          fpm_args: './build'
+          fpm_args: './netclient/build'
           fpm_opts: '--debug -s dir -t deb --architecture arm64 --version ${{ env.VERSION }} netclient/build/netclient-arm64/netclient=/sbin/netclient'
       - name: Upload x86 deb to Release
         uses: svenstaro/upload-release-action@v2