Skip to content

Commit

Permalink
Different approach to build and test app
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput committed Feb 5, 2024
1 parent cca2225 commit e3bd765
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
mkdir ${{ matrix.projectPath }}
cp -r ./Demo~/* ${{ matrix.projectPath }}
rm ./${{ matrix.projectPath }}/Assets/Plugins/backtrace-unity
mkdir ./${{ matrix.projectPath }}/Assets/Plugins/backtrace-unity
mkdir ./${{ matrix.projectPath }}/Assets/backtrace-unity
mv ./Android ./Editor ./iOS ./Runtime ./Tests ./Windows ./package.json ./${{ matrix.projectPath }}/Assets/Plugins/backtrace-unity
mv ./Android ./Editor ./iOS ./Runtime ./Tests ./Windows ./${{ matrix.projectPath }}/Assets/backtrace-unity
ls ./
find ./${{ matrix.projectPath }}/Assets/Plugins/backtrace-unity
find ./${{ matrix.projectPath }}/Assets/
- uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit e3bd765

Please sign in to comment.