Skip to content

Commit

Permalink
changed upload 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 22, 2020
1 parent eef7e90 commit 9602168
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 @@ -32,13 +32,13 @@ jobs:
fi
- 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 }}
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
releaseId: '0.2'
args: 'easyDoser-server/easyDoser-server'
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: easyDoser-server/easyDoser-server
asset_name: easyDoser-server
tag: 0.2

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

0 comments on commit 9602168

Please sign in to comment.