Skip to content

Commit

Permalink
trying to fix cp
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 94d93a1 commit 0881dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
dep ensure
fi
- name: Build
run: cd easyDoser-server/ && go build -v .
run: cd easyDoser-server/ && go build -v -o ../output .
- uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v1
Expand All @@ -42,7 +42,7 @@ jobs:
- name: make output dir
run: mkdir output && mkdir output/frontend
- name: copy output
run: ls easyDoser-server && cp easyDoser-server/easyDoser-server output && cp -r easyDoser-frontend/build output/frontend
run: 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 0881dfd

Please sign in to comment.