Skip to content

Commit ef682f6

Browse files
rpm publish no make
1 parent d564df6 commit ef682f6

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
@@ -368,8 +368,8 @@ jobs:
368368

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

0 commit comments

Comments
 (0)