diff --git a/ci/build-linux.yml b/ci/build-linux.yml index fab9ecd..f236fd7 100644 --- a/ci/build-linux.yml +++ b/ci/build-linux.yml @@ -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" \ No newline at end of file diff --git a/ci/deploy.yml b/ci/deploy.yml index 805e048..1ba753a 100644 --- a/ci/deploy.yml +++ b/ci/deploy.yml @@ -2,6 +2,7 @@ parameters: github: isPreRelease: false repositoryName: '$(Build.Repository.Name)' + gitHubConnection: "federico-terzi" dependsOn: [] displayName: "Release to github"