We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec84da2 commit 6dd2574Copy full SHA for 6dd2574
1 file changed
action.yml
@@ -324,6 +324,8 @@ runs:
324
echo "ARTIFACT_URL=$(echo "$OUTPUT" | jq -r '.url')" >> $GITHUB_ENV
325
shell: bash
326
327
+ # For ad-hoc builds, the ARTIFACT_NAME may contain PR-number, while Rock will save the artifact without PR trait in its cache.
328
+ # We need to upload the artifact with the PR-number in the name, that's why we use --binary-path with appropriate ARTIFACT_PATH that accounts for it.
329
- name: Upload for Ad-hoc distribution
330
if: ${{ env.PROVIDER_NAME != 'GitHub' && inputs.ad-hoc == 'true' }}
331
run: |
0 commit comments