Skip to content

Commit 87e7258

Browse files
rpm publish no make
1 parent fe12d36 commit 87e7258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/packing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,8 @@ jobs:
371371

372372
- name: Publish artifacts
373373
run: |
374-
FILE_FLAGS = find rpm_dist/ -type f -regex '.*\.rpm' \
375-
| xargs -I {} sh -c 'echo -F $(basename {})=@{}' | xargs
374+
FILE_FLAGS=$(find rpm_dist/ -type f -regex '.*\.rpm' \
375+
| xargs -I {} sh -c 'echo -F $(basename {})=@{}' | xargs)
376376
curl -v -LfsS -X PUT $RWS_REPO/release/modules/$OS/$DIST \
377377
-F product=python3-tarantool $(FILE_FLAGS) -u $RWS_AUTH
378378
env:

0 commit comments

Comments
 (0)