Skip to content

Commit

Permalink
Use tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Sep 21, 2017
1 parent a4a154a commit 9f9e298
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ test: off
environment:
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
GYP_MSVS_VERSION: 2017
PDFium_BRANCH: $(APPVEYOR_REPO_TAG)
PDFium_BRANCH: $(APPVEYOR_REPO_TAG_NAME)

configuration:
- Debug
Expand All @@ -23,8 +23,8 @@ artifacts:

deploy:
- provider: GitHub
tag: $(APPVEYOR_REPO_TAG)
description: "This version was built with branch $(APPVEYOR_REPO_TAG) of PDFium"
tag: $(APPVEYOR_REPO_TAG_NAME)
description: "This version was built with branch $(APPVEYOR_REPO_TAG_NAME) of PDFium"
force_update: true
auth_token:
secure: JH8IVbdgVLz16ZXQLO41jQ5OsC7wR8IMRPAzinrdqpvgfhe/btgtr1xZ5trO2Eux
Expand Down
4 changes: 2 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ set PDFium_STAGING_DIR=%CD%\staging
set PDFium_INCLUDE_DIR=%PDFium_STAGING_DIR%\include
set PDFium_BIN_DIR=%PDFium_STAGING_DIR%\%PLATFORM%\bin
set PDFium_LIB_DIR=%PDFium_STAGING_DIR%\%PLATFORM%\lib
set PDFium_ARTIFACT=%CD%\pdfium-%PLATFORM%.zip
if "%CONFIGURATION%"=="Debug" set PDFium_ARTIFACT=%CD%\pdfium-%PLATFORM%-debug.zip
set PDFium_ARTIFACT=%CD%\pdfium-windows-%PLATFORM%.zip
if "%CONFIGURATION%"=="Debug" set PDFium_ARTIFACT=%CD%\pdfium-windows-%PLATFORM%-debug.zip

echo on

Expand Down

0 comments on commit 9f9e298

Please sign in to comment.