Skip to content

Commit b14f6a3

Browse files
Update build-and-publish.yml
1 parent 3785dd5 commit b14f6a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
shell: pwsh
4040
env:
4141
ENCODED_VALUE: ${{ secrets.LOCAL_PROPERTIES }}
42-
OUTPUT_PATH: .\local.properties
42+
OUTPUT_PATH: '.\local.properties'
4343
- run: .\scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
4444
shell: pwsh
4545
env:
4646
ENCODED_VALUE: ${{ secrets.SECRING_GPG }}
47-
OUPUT_PATH: .\secring.gpg
47+
OUPUT_PATH: '.\secring.gpg'
4848
- name: Grant execute permission for gradlew
4949
run: chmod +x gradlew
5050
- name: Publish
@@ -69,12 +69,12 @@ jobs:
6969
shell: pwsh
7070
env:
7171
ENCODED_VALUE: ${{ secrets.LOCAL_PROPERTIES }}
72-
OUTPUT_PATH: .\local.properties
72+
OUTPUT_PATH: '.\local.properties'
7373
- run: .\scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
7474
shell: pwsh
7575
env:
7676
ENCODED_VALUE: ${{ secrets.SECRING_GPG }}
77-
OUTPUT_PATH: .\secring.gpg
77+
OUTPUT_PATH: '.\secring.gpg'
7878
- name: Grant execute permission for gradlew
7979
run: chmod +x gradlew
8080
- name: Publish

0 commit comments

Comments
 (0)