We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a2254 commit 26a710fCopy full SHA for 26a710f
.github/workflows/gradle-build.yml
@@ -34,12 +34,12 @@ jobs:
34
shell: pwsh
35
env:
36
ENCODED_VALUE: ${{ secrets.LOCAL_PROPERTIES }}
37
- OUTPUT_PATH: '.\local.properties'
+ OUTPUT_PATH: .\local.properties
38
- run: .\scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
39
40
41
ENCODED_VALUE: ${{ secrets.SECRING_GPG }}
42
- OUPUT_PATH: '.\secring.gpg'
+ OUPUT_PATH: .\secring.gpg
43
- name: Grant execute permission for gradlew
44
run: chmod +x gradlew
45
- name: Build with Gradle
0 commit comments