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 185fd47 commit 91ed0bcCopy full SHA for 91ed0bc
.github/workflows/packing.yml
@@ -533,8 +533,9 @@ jobs:
533
534
- name: Publish artifacts
535
run: |
536
- FILE_FLAGS=$(find deb_dist/ -type f -regex '.*\.deb' -or -regex '.*\.dsc' \
537
- | xargs -I {} sh -c 'echo -F $(basename {})=@{}' | xargs)
+ export FILE_FLAGS=$(find deb_dist/ -type f -regex '.*\.deb' -or -regex '.*\.dsc' \
+ | xargs -I {} sh -c 'echo -F $(basename {})=@{}' \
538
+ | xargs)
539
curl -v -LfsS -X PUT $RWS_REPO/release/modules/$OS/$DIST \
540
-F product=python3-tarantool $FILE_FLAGS -u $RWS_AUTH
541
env:
0 commit comments