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 8e0c4b3 commit d75a98bCopy full SHA for d75a98b
.github/workflows/pull-request.yml
@@ -22,7 +22,7 @@ jobs:
22
./gradlew :viroreact:assembleDebug
23
working-directory: ./android
24
- name: Upload result ViroCore
25
- uses: actions/upload-artifact@v4.4.3
+ uses: actions/upload-artifact@v4.6.0
26
with:
27
name: viroCore
28
path: |
@@ -49,7 +49,7 @@ jobs:
49
- name: Code checks
50
run: ./gradlew :viroreact: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=13.0 | xcpretty
88
89
- name: Upload iOS Renderer artifact
90
91
92
name: ios_dist.tgz
93
path: ./ios/dist/
0 commit comments