Skip to content

Commit 7f736c8

Browse files
committed
chore: move sample app
1 parent 48b326a commit 7f736c8

File tree

121 files changed

+5
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+5
-10
lines changed

.github/workflows/test-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
3131
with:
3232
unityVersion: 2021.3.26f1
33-
projectPath: './src/Packages/Passport/Samples~/sample'
33+
projectPath: './sample'
3434
githubToken: ${{ secrets.GITHUB_TOKEN }}
3535
testMode: 'EditMode'
3636
- uses: actions/upload-artifact@v4
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
unityVersion: 2021.3.26f1
8080
targetPlatform: ${{ matrix.targetPlatform }}
81-
projectPath: './src/Packages/Passport/Samples~/sample'
81+
projectPath: './sample'
8282
- name: Deploy to GitHub Pages
8383
uses: JamesIves/[email protected]
8484
if: matrix.targetPlatform == 'WebGL'

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ crashlytics-build.properties
8282
sample-passport-unity-game/
8383
src/Packages/Passport/Samples~/sample/iosBuild
8484
!src/Packages/Passport/Samples~/sample/webgl/Build/
85+
sample/iosBuild
86+
sample/webgl/Build/
8587

8688
# Android
8789
src/Packages/Passport/Runtime/Assets/ImmutableAndroid.androidlib/**/*.meta

0 commit comments

Comments
 (0)