This commit is contained in:
Fankesyooni
2022-02-14 01:05:26 +08:00
committed by GitHub
parent 4cbfe6d995
commit edb7aa1aee

View File

@@ -15,7 +15,8 @@ jobs:
- name: Grant execute permission for gradlew - name: Grant execute permission for gradlew
run: chmod +x gradlew run: chmod +x gradlew
- name: Build with Gradle - name: Build with Gradle
run: ./gradlew build run: ./gradlew jar |
./gradlew kotlinSourcesJar
- name: Decode - name: Decode
run: | run: |
echo "${{secrets.SIGNING_SECRET_KEY_RING_FILE}}" > ~/.gradle/secring.gpg.base64 echo "${{secrets.SIGNING_SECRET_KEY_RING_FILE}}" > ~/.gradle/secring.gpg.base64