Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Jul 12, 2024
1 parent 84eb4cb commit 994e14d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
with:
files: |
./build/release/main/dmg/*.dmg
./app/desktop/build/compose/jars/Burning-Series-*.jar
./composeApp/build/compose/jars/Burning-Series-*.jar
release-android:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
- uses: ilharp/sign-android-release@v1
id: sign_app
with:
releaseDir: app/android/release
releaseDir: composeApp/release
signingKey: ${{ secrets.ANDROID_SIGNING_KEY }}
keyAlias: ${{ secrets.ANDROID_KEY_ALIAS }}
keyStorePassword: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}
Expand Down

0 comments on commit 994e14d

Please sign in to comment.