Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anurnomeru authored Feb 8, 2021
1 parent e58b5fa commit 319a8aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
- name: Build syncthing
working-directory: ./syncthing-source
run: |
go run $RELEASE_VERSION = "${{github.ref}}".Split("/")["${{github.ref}}".Split("/").Length -1]
go run build.go -targetName=syncthing -cmd=zip -nocalhostVersion="${RELEASE_VERSION}" -nocalhostCommitId=%GITHUB_SHA%
set RELEASE_VERSION="${{github.ref}}".Split("/")["${{github.ref}}".Split("/").Length -1]
go run build.go -targetName=syncthing -cmd=zip -nocalhostVersion="$RELEASE_VERSION" -nocalhostCommitId=%GITHUB_SHA%
- name: Push to Coding Articact
working-directory: ./syncthing-source
Expand Down

0 comments on commit 319a8aa

Please sign in to comment.