Skip to content

Commit 412d2d6

Browse files
deb publish no make
1 parent 87e7258 commit 412d2d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/packing.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -535,10 +535,10 @@ jobs:
535535

536536
- name: Publish artifacts
537537
run: |
538-
FILE_FLAGS = find deb_dist/ -type f -regex '.*\.deb' -or -regex '.*\.dsc' \
539-
| xargs -I {} sh -c 'echo -F $(basename {})=@{}' | xargs
538+
FILE_FLAGS=$(find deb_dist/ -type f -regex '.*\.deb' -or -regex '.*\.dsc' \
539+
| xargs -I {} sh -c 'echo -F $(basename {})=@{}' | xargs)
540540
curl -v -LfsS -X PUT $RWS_REPO/release/modules/$OS/$DIST \
541-
-F product=python3-tarantool $FILE_FLAGS -u ${RWS_AUTH}
541+
-F product=python3-tarantool $FILE_FLAGS -u $RWS_AUTH
542542
env:
543543
RWS_REPO: https://rws-dev.tarantool.org
544544
RWS_AUTH: ${{ secrets.RWS_AUTH }}

0 commit comments

Comments
 (0)