Skip to content

Commit 9ac727e

Browse files
committed
Why did my editor do this?
1 parent 0329abd commit 9ac727e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)