Skip to content

Commit

Permalink
fixed upload of build files
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 9602168 commit a6303b9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
node-version: 14.x
- run: cd easyDoser-frontend && rm -rf node_modules && rm -rf package-lock.json && npm install
- run: cd easyDoser-frontend && npm run build --if-present
- name: Upload the artifacts
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
releaseId: '0.1'
args: 'easyDoser-frontend/build'
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: easyDoser-frontend/build
asset_name: easyDoser-server
tag: 0.2

0 comments on commit a6303b9

Please sign in to comment.