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 333f590 commit 76630d1Copy full SHA for 76630d1
action.yml
@@ -192,6 +192,7 @@ runs:
192
193
# Find artifact URL again before uploading, as other concurrent workflows could upload the same artifact
194
- name: Find artifact URL again before uploading
195
+ if: ${{ !steps.find-artifact.outputs.artifact-url }}
196
id: find-artifact-after-build
197
uses: callstackincubator/android/.github/actions/find-artifact@v1
198
with:
0 commit comments