Skip to content

Commit d626e8f

Browse files
committed
adjust second upload
1 parent e5f8307 commit d626e8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ runs:
287287
shell: bash
288288

289289
- name: Upload Artifact to Remote Cache for regular builds
290-
if: ${{ env.PROVIDER_NAME != 'GitHub' && !env.ARTIFACT_URL }}
290+
if: ${{ env.PROVIDER_NAME != 'GitHub' && inputs.re-sign != 'true' && !env.ARTIFACT_URL }}
291291
run: |
292292
OUTPUT=$(npx rock remote-cache upload --name ${{ env.ARTIFACT_NAME }} --json --verbose) || (echo "$OUTPUT" && exit 1)
293293
echo "ARTIFACT_URL=$(echo "$OUTPUT" | jq -r '.url')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)