Skip to content

Commit

Permalink
Added Release Action
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 23, 2020
1 parent 9a68019 commit c0ed20a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
- name: Build
run: cd easyDoser-server/ && go build -v .
- name: Upload the artifacts
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: 'easyDoser-server/easeDoser-server'
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: 'easyDoser-server/easeDoser-server'

- uses: actions/checkout@v2
- name: Use Node.js 14.x
Expand Down

0 comments on commit c0ed20a

Please sign in to comment.