Skip to content

Commit

Permalink
feat: added ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Luv7804 committed Jul 30, 2024
1 parent e94cb49 commit 8715999
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 446 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,23 @@ jobs:
uses: actions/checkout@v4

- name: Download the client build artifact
if: steps.run_result.outputs.run_result != 'success'
uses: actions/download-artifact@v4
with:
name: client-build
path: app/client

- name: Unpack the client build artifact
if: steps.run_result.outputs.run_result != 'success'
run: |
mkdir -p app/client/build
tar -xvf app/client/build.tar -C app/client/build
- name: Download the server build artifact
if: steps.run_result.outputs.run_result != 'success'
uses: actions/download-artifact@v4
with:
name: server-build
path: app/server/dist/

- name: Download the rts build artifact
if: steps.run_result.outputs.run_result != 'success'
uses: actions/download-artifact@v4
with:
name: rts-dist
Expand Down
Loading

0 comments on commit 8715999

Please sign in to comment.