We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daaf845 commit 371ebf1Copy full SHA for 371ebf1
1 file changed
.circleci/config.yml
@@ -34,7 +34,8 @@ jobs:
34
- attach_workspace:
35
at: .
36
- run: gem install package_cloud
37
- - run: package_cloud push fosdem/video-team/debian/bookworm /root/build/*deb
+ - run: find .
38
+ - run: package_cloud push fosdem/video-team/debian/bookworm root/build/*deb
39
- store_artifacts:
40
path: release
41
- persist_to_workspace:
0 commit comments