Skip to content

Commit 0563999

Browse files
Update build-and-publish.yml
1 parent 25012a0 commit 0563999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cache: gradle
3737

3838
##Copy the Step below for the other files with the appropriate values
39-
- run: .\scripts\decodeAndWrite.ps1 -encodedValue $ENCODED_VALUE -outputPath $OUTPUT_PATH
39+
- run: .\scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
4040
shell: pwsh
4141
env:
4242
ENCODED_VALUE: ""

0 commit comments

Comments
 (0)