mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Actually fix workflow
This commit is contained in:
7
.github/workflows/release_update.yml
vendored
7
.github/workflows/release_update.yml
vendored
@@ -34,8 +34,6 @@ jobs:
|
||||
- uses: gradle/actions/setup-gradle@v3
|
||||
with:
|
||||
gradle-home-cache-cleanup: true
|
||||
- name: Build release APK
|
||||
run: ./gradlew assembleLawnWithQuickstepMarketRelease
|
||||
- name: Write sign info
|
||||
id: sign-release-apk
|
||||
if: github.repository_owner == 'LawnchairLauncher'
|
||||
@@ -47,9 +45,10 @@ jobs:
|
||||
echo storeFile='${{ github.workspace }}/key.jks' >> keystore.properties
|
||||
echo ${{ secrets.KEYSTORE }} | base64 --decode > ${{ github.workspace }}/key.jks
|
||||
fi
|
||||
- name: Build release APK
|
||||
run: ./gradlew assembleLawnWithQuickstepMarketRelease
|
||||
- name: Rename artifact
|
||||
continue-on-error: true
|
||||
run: mv "${{ steps.sign-release-apk.outputs.signedReleaseFile }}" "${{ github.event.inputs.artifactName }}"
|
||||
run: mv build/outputs/apk/**/*.apk "${{ github.event.inputs.artifactName }}"
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user