Skip to content

Commit 76630d1

Browse files
committed
fix: find artifact again only after build
1 parent 333f590 commit 76630d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ runs:
192192

193193
# Find artifact URL again before uploading, as other concurrent workflows could upload the same artifact
194194
- name: Find artifact URL again before uploading
195+
if: ${{ !steps.find-artifact.outputs.artifact-url }}
195196
id: find-artifact-after-build
196197
uses: callstackincubator/android/.github/actions/find-artifact@v1
197198
with:

0 commit comments

Comments
 (0)