Skip to content

Commit 26a710f

Browse files
Update gradle-build.yml
1 parent 33a2254 commit 26a710f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
shell: pwsh
3535
env:
3636
ENCODED_VALUE: ${{ secrets.LOCAL_PROPERTIES }}
37-
OUTPUT_PATH: '.\local.properties'
37+
OUTPUT_PATH: .\local.properties
3838
- run: .\scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
3939
shell: pwsh
4040
env:
4141
ENCODED_VALUE: ${{ secrets.SECRING_GPG }}
42-
OUPUT_PATH: '.\secring.gpg'
42+
OUPUT_PATH: .\secring.gpg
4343
- name: Grant execute permission for gradlew
4444
run: chmod +x gradlew
4545
- name: Build with Gradle

0 commit comments

Comments
 (0)