Use the script push_to_artifactory.py always from master

This commit is contained in:
Mikhail f. Shiryaev 2022-06-30 18:01:17 +02:00
parent 738769d1f7
commit aeaf16ae2f
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -21,6 +21,9 @@ jobs:
EOF
- name: Check out repository code
uses: actions/checkout@v2
with:
# Always use the most recent script version
ref: master
- name: Download packages and push to Artifactory
run: |
rm -rf "$TEMP_PATH" && mkdir -p "$TEMP_PATH"