1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2025-02-02 04:41:42 +00:00

Release script fix

This commit is contained in:
Manu 2020-05-26 12:01:22 +08:00
parent 0b44d00f47
commit edaed7b1cc

View file

@ -29,7 +29,7 @@ dist/Vorta.dmg: dist/Vorta.app
sh package/macos-package-app.sh sh package/macos-package-app.sh
github-release: dist/Vorta.dmg github-release: dist/Vorta.dmg
cp dist/Vorta.dmg dist/dist/vorta-0.6.26.dmg cp dist/Vorta.dmg dist/vorta-0.6.26.dmg
hub release create --attach=dist/vorta-0.6.26.dmg v0.6.26 hub release create --attach=dist/vorta-0.6.26.dmg v0.6.26
git checkout gh-pages git checkout gh-pages
git commit -m 'rebuild pages' --allow-empty git commit -m 'rebuild pages' --allow-empty