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.
2 parents 1917bdc + b276dd9 commit edc2872Copy full SHA for edc2872
.github/workflows/pull-request.yml
@@ -22,7 +22,7 @@ jobs:
22
./gradlew assembleDebug
23
working-directory: ./android
24
- name: Upload result ViroCore
25
- uses: actions/upload-artifact@v3.1.0
+ uses: actions/upload-artifact@v3.1.2
26
with:
27
name: viroCore
28
path: |
@@ -49,7 +49,7 @@ jobs:
49
- name: Code checks
50
run: ./gradlew check
51
- name: Archive Lint report
52
53
if: ${{ always() }}
54
55
name: Viro-Lint-report
@@ -87,7 +87,7 @@ jobs:
87
IPHONEOS_DEPLOYMENT_TARGET=9.0
88
89
- name: Upload iOS Renderer artifact
90
91
92
name: ios_dist.tgz
93
path: ./ios/dist/
0 commit comments