Ubuntu 22.04 CI: try to upload artifact via Envionment

This commit is contained in:
f4exb 2022-09-18 04:39:55 +02:00
parent bcaa55e60b
commit 497dda92e1
1 changed files with 4 additions and 0 deletions

View File

@ -113,6 +113,10 @@ for:
- sh: mkdir sdrangel-${APPVEYOR_BUILD_VERSION}
- sh: cp ../*.deb ../*.build ../*.buildinfo ../*.changes sdrangel-${APPVEYOR_BUILD_VERSION}
- sh: tar -czf sdrangel-${APPVEYOR_BUILD_VERSION}.tar.gz sdrangel-${APPVEYOR_BUILD_VERSION}
- sh: pwd; ls -l
artifacts:
- path: sdrangel-${APPVEYOR_BUILD_VERSION}.tar.gz
name: package2204
# - sh: appveyor PushArtifact sdrangel-${APPVEYOR_BUILD_VERSION}.tar.gz -DeploymentName archive
# deploy:
# release: sdrangel-v$(appveyor_build_version)