Skip to content

Commit 628c64d

Browse files
Update build-and-publish.yml
1 parent 6a1b74a commit 628c64d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
env:
4141
ENCODED_VALUE: ${{ secrets.LOCAL_PROPERTIES }}
4242
OUTPUT_PATH: .\local.properties
43+
- run: .\scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
44+
shell: pwsh
45+
env:
46+
ENCODED_VALUE: ${{ secrets.SECRING_GPG }}
47+
OUPUT_PATH: .\secring.gpg
4348
- name: Grant execute permission for gradlew
4449
run: chmod +x gradlew
4550
- name: Publish

0 commit comments

Comments
 (0)