Skip to content

Commit e984405

Browse files
Update preview-and-release.yml
1 parent de48bef commit e984405

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/preview-and-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
shell: pwsh
4141
env:
4242
ENCODED_VALUE: ${{ secrets.LOCAL_PROPERTIES }}
43-
OUTPUT_PATH: .\local.properties
43+
OUTPUT_PATH: '.\local.properties'
4444
- run: .\Scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
4545
shell: pwsh
4646
env:
4747
ENCODED_VALUE: ${{ secrets.SECRING_GPG }}
48-
OUPUT_PATH: .\secring.gpg
48+
OUPUT_PATH: '.\secring.gpg'
4949
- name: Grant execute permission for gradlew
5050
run: chmod +x gradlew
5151
- 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)