Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
odair-pedro authored Oct 1, 2020
1 parent 74353cf commit e29ee00
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 @@ -15,8 +15,8 @@ jobs:
- name: Make
run: |
PKG_VERSION=`echo ${{ secrets.GITHUB_TOKEN }} | sed -r 's/[v]+//g'`
echo $(PKG_VERSION)
make version=$(PKG_VERSION)
echo Version: $PKG_VERSION
make version=$PKG_VERSION
zip sonarci-win-x64.zip sonarci.exe README.md
tar -czvf sonarci-linux-x64.tar.gz sonarci README.md
- name: Create Release
Expand Down

0 comments on commit e29ee00

Please sign in to comment.