Skip to content

Commit

Permalink
fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Simsys committed Dec 12, 2018
1 parent be92ca8 commit 5e6a7eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ deploy:
description: 'Latest QHexEdit Release'
provider: GitHub
auth_token:
secure: swhHkduATse1LV+aYaUVZ5qA6L0ZYbiKnh/xrsINEHP2zP49yelpMRkYIuYg3wDI
secure: WEV9mRJC/pC2HFqJMXbLzEfBXAHu8aGDFIR8ARSip9n6jDJyCz3KstjSPM4VsgKc
artifact: build\QHexEdit.exe
draft: false
prerelease: false
force_update: true
on:
branch: master # release from master branch only
appveyor_repo_tag: true # deploy on tag push only
1 change: 1 addition & 0 deletions example/qhexedit.pro
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ FORMS += \
OTHER_FILES += \
../doc/release.txt \
../doc/howtorelease.txt \
../appveyor.yml \
../build-example.bat \
../build-python-bindings.bat \
../build-example.sh \
Expand Down

0 comments on commit 5e6a7eb

Please sign in to comment.