We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 942606c commit 02f9e6aCopy full SHA for 02f9e6a
.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'
+ OUTPUT_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'
+ OUTPUT_PATH: '.\secring.gpg'
49
- name: Grant execute permission for gradlew
50
run: chmod +x gradlew
51
- name: Publish
0 commit comments