Skip to content

Commit f064567

Browse files
deb publish no make
1 parent ef682f6 commit f064567

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/packing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -532,10 +532,10 @@ jobs:
532532

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

0 commit comments

Comments
 (0)