mirror of
https://github.com/borgbase/vorta
synced 2025-02-02 04:41:42 +00:00
Release script fix
This commit is contained in:
parent
0b44d00f47
commit
edaed7b1cc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -29,7 +29,7 @@ dist/Vorta.dmg: dist/Vorta.app
|
|||
sh package/macos-package-app.sh
|
||||
|
||||
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
|
||||
git checkout gh-pages
|
||||
git commit -m 'rebuild pages' --allow-empty
|
||||
|
|
Loading…
Reference in a new issue