Skip to content

Update onboarding flow and prefs #35

Update onboarding flow and prefs

Update onboarding flow and prefs #35

Workflow file for this run

name: Build GearGlimpseRevolution
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Theos
uses: nab138/theos-action@main
with:
cache-dir-theos: ${{ github.workspace }}/theos
cache-dir-sdks: ${{ github.workspace }}/theos/sdks
- name: Download Robot Model
uses: robinraju/[email protected]
with:
tarBall: false
zipBall: false
out-file-path: "Resources"
tag: "assets"
fileName: "Robot.usdz"
- name: Build
run: |
rm -f packages/*
make package FINALPACKAGE=1
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: GearGlimpseRevolution
path: packages/*.ipa