Skip to content

Commit

Permalink
Merge pull request #86 from justdan96/enhancement-nightly-build
Browse files Browse the repository at this point in the history
fix typo causing nightly builds despite no changes
  • Loading branch information
justdan96 authored Dec 18, 2019
2 parents 439540d + 42644eb commit cee050a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bintray_nightly_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# BINTRAY_API_KEY
BINTRAY_REPO=tsMuxer
PCK_NAME=tsMuxerGUI-Nightly
repo_commit=$(curl -s https://dl.bintray.com/$BINTRAY_USER/$BINTRAY_REPO/:commit.txt)
repo_commit=$(curl -s https://dl.bintray.com/$BINTRAY_USER/$BINTRAY_REPO/commit.txt)
local_commit=$(git rev-parse HEAD)
version_date=$(date +%Y-%m-%d--%H-%M-%S)

Expand Down

0 comments on commit cee050a

Please sign in to comment.