Skip to content

Commit

Permalink
Merge pull request #506 from erpya/featuer/add-envoy-for-asset
Browse files Browse the repository at this point in the history
Add envoy file as release asset
  • Loading branch information
yamelsenih authored Sep 16, 2023
2 parents 63ce735 + 3d5fbb5 commit 3ca58d6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ jobs:
name: adempiere-grpc-server.pb
path: build/descriptors/adempiere-grpc-server.pb

- name: Upload envoy file artifact
uses: actions/upload-artifact@v3
with:
name: envoy.yaml
path: resources/envoy.yaml

- name: Upload dist app zip artifact
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -148,6 +154,13 @@ jobs:
with:
args: adempiere-grpc-server.pb/adempiere-grpc-server.pb

- name: Upload Envoy config
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: envoy.yaml/envoy.yaml

- name: Upload zip
uses: skx/github-action-publish-binaries@master
env:
Expand Down

0 comments on commit 3ca58d6

Please sign in to comment.