Skip to content

Commit

Permalink
Bump upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Sep 11, 2021
1 parent d0d021f commit 372af14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
./gradlew assembleRelease
working-directory: ./android
- name: Upload result ViroCore
uses: actions/upload-artifact@v2.2.3
uses: actions/upload-artifact@v2.2.4
with:
name: viroCore
path: |
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
IPHONEOS_DEPLOYMENT_TARGET=9.0
- name: Upload iOS Renderer artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2.2.4
with:
name: ios_dist.tgz
path: ../viro/ios/dist/
path: ./ios/dist/

0 comments on commit 372af14

Please sign in to comment.