Skip to content

Commit

Permalink
Merge pull request #396 from DronMDF/issue-372
Browse files Browse the repository at this point in the history
#372: build missing
  • Loading branch information
DronMDF committed May 6, 2020
2 parents a42ed8d + a8e33be commit 746a0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
sudo apt install python3-setuptools
sudo pip3 install conan
conan remote add mdf https://api.bintray.com/conan/mdf/pureoop
conan create . dronmdf/testing
conan create . dronmdf/testing --build=missing
conan user -p ${{ secrets.BINTRAY }} -r mdf dronmdf
conan upload "*" -r mdf --all --confirm

0 comments on commit 746a0c5

Please sign in to comment.