File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,20 +50,20 @@ jobs:
5050 node-version : ' 14'
5151
5252 - name : Install dependencies and build frontend
53- working-directory : ' QAVS/ QuestAppVersionSwitcher/ frontend'
53+ working-directory : ' QAVS\ QuestAppVersionSwitcher\ frontend'
5454 run : |
5555 npm install
5656 npm run build
5757
5858 - name : Build
59- working-directory : ' QAVS/ QuestAppVersionSwitcher'
59+ working-directory : ' QAVS\ QuestAppVersionSwitcher'
6060 run : msbuild QuestAppVersionSwitcher.csproj /t:PackageForAndroid /t:SignAndroidPackage /p:Configuration=Release
6161
6262 - uses : r0adkll/sign-android-release@v1.0.4
6363 name : Sign app APK
6464 id : sign_app
6565 with :
66- releaseDirectory : QAVS/ QuestAppVersionSwitcher/ bin/ Release
66+ releaseDirectory : QAVS\ QuestAppVersionSwitcher\ bin\ Release
6767 signingKeyBase64 : ${{ secrets.SIGNING_KEY }}
6868 alias : ${{ secrets.ALIAS }}
6969 keyStorePassword : ${{ secrets.KEY_STORE_PASSWORD }}
You can’t perform that action at this time.
0 commit comments