Skip to content

Commit

Permalink
Fix XPI_PATH for AMO Releases in release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
prikhi committed Feb 9, 2016
1 parent 13e6990 commit d1fd5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ main() {
# Upload AMO Release
ADDON_ID="pencil@prikhi.github.io"
ADDON_VERSION="$NEW_VERSION"."$(date +%Y%m%d)"
XPI_FILE="./Outputs/Pencil-$NEW_VERSION-firefox.xpi"
XPI_PATH="./Outputs/Pencil-$NEW_VERSION-firefox.xpi"
TOKEN_TIMESTAMP=$(date -u +%s)
JWT_TOKEN=$(python <<PYTHON
import jwt, json, random
Expand Down

0 comments on commit d1fd5f2

Please sign in to comment.