Skip to content

Commit d6da6f4

Browse files
committed
Drop RPM/DEB from build flow
1 parent 2a91691 commit d6da6f4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build-test-publish.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -405,13 +405,6 @@ jobs:
405405
name: collector-binaries
406406
path: ./bin/
407407
- run: chmod +x bin/*
408-
- name: Download Packages
409-
uses: actions/download-artifact@v3
410-
with:
411-
name: collector-packages
412-
path: ./dist/
413-
- name: Add Permissions to Tool Binaries
414-
run: chmod -R +x ./dist
415408
- name: Sanitize branch name and create version
416409
id: create-version
417410
env:

0 commit comments

Comments
 (0)