Skip to content

Commit

Permalink
checking dir
Browse files Browse the repository at this point in the history
Signed-off-by: Abhimanyu121 <abhimanyushekhawat17.as@gmail.com>
  • Loading branch information
Abhimanyu121 committed Oct 22, 2020
1 parent 583dbf2 commit 94d93a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: make output dir
run: mkdir output && mkdir output/frontend
- name: copy output
run: ls easyDoser-server/easyDoser-server/ && cp easyDoser-server/easyDoser-server output && cp -r easyDoser-frontend/build output/frontend
run: ls easyDoser-server && cp easyDoser-server/easyDoser-server output && cp -r easyDoser-frontend/build output/frontend
- uses: montudor/action-zip@v0.1.0
with:
args: zip -qq -r release.zip output
Expand Down

0 comments on commit 94d93a1

Please sign in to comment.