Skip to content

Commit

Permalink
remove more static 'v' prefix of git tags in CI files
Browse files Browse the repository at this point in the history
  • Loading branch information
dh1tw committed Nov 14, 2019
1 parent 47d46e9 commit a5342a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ install:
script:
- make dist
before_deploy:
- tar -cvzf remoteAudio-v$TRAVIS_TAG-$GIMME_OS-$GIMME_ARCH.tar.gz remoteAudio
- tar -cvzf remoteAudio-$TRAVIS_TAG-$GIMME_OS-$GIMME_ARCH.tar.gz remoteAudio
deploy:
provider: releases
api_key:
Expand Down
4 changes: 2 additions & 2 deletions ci/build-windows-bundle.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ REM zip everything
%MSYS_PATH%\usr\bin\bash -lc "cd /c/gopath/src/github.com/dh1tw/remoteAudio/release && 7z a -tzip remoteAudio-$APPVEYOR_REPO_TAG_NAME-$GOOS-$GOARCH.zip *"

REM copy it into the build folder
copy %GOPATH%\src\github.com\dh1tw\remoteAudio\release\remoteAudio-v%APPVEYOR_REPO_TAG_NAME%-%GOOS%-%GOARCH%.zip %APPVEYOR_BUILD_FOLDER_ORIGINAL%
copy %GOPATH%\src\github.com\dh1tw\remoteAudio\release\remoteAudio-v%APPVEYOR_REPO_TAG_NAME%-%GOOS%-%GOARCH%.zip %APPVEYOR_BUILD_FOLDER_ORIGINAL%\remoteAudio-commit-%APPVEYOR_REPO_COMMIT%-%GOOS%-%GOARCH%.zip
copy %GOPATH%\src\github.com\dh1tw\remoteAudio\release\remoteAudio-%APPVEYOR_REPO_TAG_NAME%-%GOOS%-%GOARCH%.zip %APPVEYOR_BUILD_FOLDER_ORIGINAL%
copy %GOPATH%\src\github.com\dh1tw\remoteAudio\release\remoteAudio-%APPVEYOR_REPO_TAG_NAME%-%GOOS%-%GOARCH%.zip %APPVEYOR_BUILD_FOLDER_ORIGINAL%\remoteAudio-commit-%APPVEYOR_REPO_COMMIT%-%GOOS%-%GOARCH%.zip

0 comments on commit a5342a5

Please sign in to comment.