File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change 78
78
java-version : ' 17'
79
79
distribution : ' temurin'
80
80
81
- - name : Decode SIGNING_KEY_BASE64 and Set SIGNING_KEY
82
- shell : bash
83
- run : |
84
- echo "${{ secrets.SIGNING_KEY_BASE64 }}" | base64 -d > decoded_signing_key.asc
85
- echo "::add-mask::$(cat decoded_signing_key.asc)"
86
- echo "SIGNING_KEY=$(cat decoded_signing_key.asc)" >> $GITHUB_ENV
87
- rm decoded_signing_key.asc
88
-
89
81
- name : Dry Run Release
90
- env :
91
- SIGNING_KEY : ${{ env.SIGNING_KEY }}
92
- SIGNING_PASSWORD : ${{ secrets.SIGNING_PASSWORD }}
93
- run : ./gradlew clean assembleBundle -info --stacktrace
94
-
95
- - name : Publish Release Artifacts
96
- uses : actions/upload-artifact@v4
97
- with :
98
- name : dry-run-release
99
- path : build/distributions/**/*
82
+ run : ./gradlew clean assembleBundle --stacktrace
You can’t perform that action at this time.
0 commit comments