File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,14 @@ jobs:
3333 java-version : ' 16'
3434 distribution : ' adopt'
3535 cache : gradle
36- - run : .\Scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
36+ - name : Download File
37+ run : .\Scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
3738 shell : pwsh
3839 env :
3940 ENCODED_VALUE : ${{ secrets.LOCAL_PROPERTIES }}
4041 OUTPUT_PATH : ' .\local.properties'
41- - run : .\Scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
42+ - name : Download File
43+ run : .\Scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
4244 shell : pwsh
4345 env :
4446 ENCODED_VALUE : ${{ secrets.SECRING_GPG }}
7678 - name : Create tag
7779 uses : rickstaa/action-create-tag@v1.2.0
7880 with :
79- tag : ${{ env.RELEASE_TAG }}
81+ tag : ${{ env.RELEASE_TAG }}
You can’t perform that action at this time.
0 commit comments