Skip to content

Commit 91ed0bc

Browse files
deb no make
1 parent 185fd47 commit 91ed0bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/packing.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,8 +533,9 @@ jobs:
533533

534534
- name: Publish artifacts
535535
run: |
536-
FILE_FLAGS=$(find deb_dist/ -type f -regex '.*\.deb' -or -regex '.*\.dsc' \
537-
| xargs -I {} sh -c 'echo -F $(basename {})=@{}' | xargs)
536+
export FILE_FLAGS=$(find deb_dist/ -type f -regex '.*\.deb' -or -regex '.*\.dsc' \
537+
| xargs -I {} sh -c 'echo -F $(basename {})=@{}' \
538+
| xargs)
538539
curl -v -LfsS -X PUT $RWS_REPO/release/modules/$OS/$DIST \
539540
-F product=python3-tarantool $FILE_FLAGS -u $RWS_AUTH
540541
env:

0 commit comments

Comments
 (0)