Skip to content

Commit 185fd47

Browse files
rpm no make
1 parent fe4c9ee commit 185fd47

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/packing.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,10 +368,11 @@ 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+
export FILE_FLAGS=$(find rpm_dist/ -type f -regex '.*\.rpm' \
372+
| xargs -I {} sh -c 'echo -F $(basename {})=@{}' \
373+
| xargs)
373374
curl -v -LfsS -X PUT $RWS_REPO/release/modules/$OS/$DIST \
374-
-F product=python3-tarantool $(FILE_FLAGS) -u $RWS_AUTH
375+
-F product=python3-tarantool $FILE_FLAGS -u $RWS_AUTH
375376
env:
376377
RWS_REPO: https://rws-dev.tarantool.org
377378
RWS_AUTH: ${{ secrets.RWS_AUTH }}

0 commit comments

Comments
 (0)