Add deploy on Azure pipeline
This commit is contained in:
parent
918fe4d2c5
commit
a6fb01df69
|
@ -6,4 +6,5 @@ steps:
|
|||
tar czf "espanso-linux-$VER.tar.gz" espanso
|
||||
cd ../..
|
||||
cp target/release/espanso-linux-*.gz .
|
||||
ls -la
|
||||
displayName: "Cargo build and packaging"
|
|
@ -2,6 +2,7 @@ parameters:
|
|||
github:
|
||||
isPreRelease: false
|
||||
repositoryName: '$(Build.Repository.Name)'
|
||||
gitHubConnection: "federico-terzi"
|
||||
dependsOn: []
|
||||
displayName: "Release to github"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user