Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
coder3101 committed Dec 16, 2019
1 parent 72f1e05 commit 44e0bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ steps:
displayName: 'Make'

- script: |
cd $(Build.SourcesDirectory)
cd $(Build.SourcesDirectory)/build
wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
chmod a+x linuxdeployqt*.AppImage
export VERSION=$(git describe --abbrev=0)
Expand Down

0 comments on commit 44e0bd0

Please sign in to comment.