mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 23:55:13 -05:00
Final fix of appveyor.yml to build Ubuntu 22.04 package. Issue #1416
This commit is contained in:
parent
c97a6a7af1
commit
6f97826d6f
@ -113,14 +113,12 @@ 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)
|
||||
# description: 'SDRangel Ubuntu 20.04'
|
||||
# description: 'SDRangel Ubuntu 22.04'
|
||||
# provider: GitHub
|
||||
# auth_token:
|
||||
# secure: kyU5TaXRoily6q/QLRLqal2xCFGWEdnb8AJIu7FknsUQyj1wjRGmqC2My+Wfszod
|
||||
|
Loading…
Reference in New Issue
Block a user