We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b932d79 commit 942606cCopy full SHA for 942606c
.github/workflows/preview-and-release.yml
@@ -40,12 +40,12 @@ jobs:
40
shell: pwsh
41
env:
42
ENCODED_VALUE: ${{ secrets.LOCAL_PROPERTIES }}
43
- OUPUT_PATH: .\local.properties
+ OUPUT_PATH: '.\local.properties'
44
- run: .\Scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
45
46
47
ENCODED_VALUE: ${{ secrets.SECRING_GPG }}
48
- OUPUT_PATH: .\secring.gpg
+ OUPUT_PATH: '.\secring.gpg'
49
- name: Grant execute permission for gradlew
50
run: chmod +x gradlew
51
- name: Publish
0 commit comments