File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 3636 - run : gem install package_cloud
3737 - run : find .
3838 - run : package_cloud push fosdem/video-team/debian/bookworm *deb
39- - store_artifacts :
40- path : release
41- - persist_to_workspace :
42- root : .
43- paths :
44- - release
45-
46- # release:
47- # executor: github
48- #
49- # steps:
50- # - run: apk add fakeroot
51- # - attach_workspace:
52- # at: .
53- # - run: mkdir -v -p release
54- # - run: fakeroot tar -czvf release/sproxy-${CIRCLE_TAG}.amd64.tar.gz -C build/amd64 sproxy usb_reset wait_next_second cursor_disable.so
55- # - run: cd release && sha256sum sproxy-*.tar.gz *deb > sha256sums.txt
56- # - run: >
57- # ghr \
58- # -u "${CIRCLE_PROJECT_USERNAME}" \
59- # -r "${CIRCLE_PROJECT_REPONAME}" \
60- # -c "${CIRCLE_SHA1}" \
61- # -delete \
62- # "${CIRCLE_TAG}" \
63- # ./release/
6439
6540workflows :
6641 version : 2
You can’t perform that action at this time.
0 commit comments