Skip to content

Commit 942606c

Browse files
Update preview-and-release.yml
1 parent b932d79 commit 942606c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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-
OUPUT_PATH: .\local.properties
43+
OUPUT_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

0 commit comments

Comments
 (0)