Skip to content

Commit

Permalink
Add unzip Artifacts (#29)
Browse files Browse the repository at this point in the history
Add unzip Artifacts
  • Loading branch information
Raul-mz authored Nov 29, 2021
1 parent 5ffebd5 commit c777c66
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,13 @@ jobs:
name: adempiere-gRPC-Server.zip
path: build/release/adempiere-gRPC-Server.zip

- name: move artifact
run: mv build/release/adempiere-gRPC-Server.zip build-docker/

- name: move and unzip artifact
run: |
mkdir dist
mv build/release/adempiere-gRPC-Server.zip dist/
cd dist
unzip -o adempiere-gRPC-Server.zip
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit c777c66

Please sign in to comment.