We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe12d36 commit 87e7258Copy full SHA for 87e7258
.github/workflows/packing.yml
@@ -371,8 +371,8 @@ jobs:
371
372
- name: Publish artifacts
373
run: |
374
- FILE_FLAGS = find rpm_dist/ -type f -regex '.*\.rpm' \
375
- | xargs -I {} sh -c 'echo -F $(basename {})=@{}' | xargs
+ FILE_FLAGS=$(find rpm_dist/ -type f -regex '.*\.rpm' \
+ | xargs -I {} sh -c 'echo -F $(basename {})=@{}' | xargs)
376
curl -v -LfsS -X PUT $RWS_REPO/release/modules/$OS/$DIST \
377
-F product=python3-tarantool $(FILE_FLAGS) -u $RWS_AUTH
378
env:
0 commit comments