Skip to content

Commit

Permalink
Merge branch 'hotfix/t0.0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
mshdabiola committed Jun 22, 2024
2 parents c4040c9 + 6eb4647 commit 6f6038d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_foss_to_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Sign APK
uses: r0adkll/sign-android-release@v1.0.4
with:
releaseDirectory: app/build/outputs/apk/fossReliant/release
releaseDirectory: composeApp/build/outputs/apk/fossReliant/release
signingKeyBase64: ${{ secrets.SIGNING_KEY2 }}
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
Expand All @@ -72,7 +72,7 @@ jobs:
uses: ncipollo/release-action@v1.14.0
with:
allowUpdates: true
artifacts: "app/build/outputs/apk/**/**/**/*.apk,app/build/outputs/mapping/**/**/*.txt"
artifacts: "composeApp/build/outputs/apk/**/**/**/*.apk,composeApp/build/outputs/mapping/**/**/*.txt"
token: ${{ secrets.TOKEN }}
generateReleaseNotes: true
bodyFile: distribution/whatsnew/whatsnew-en-US
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_play_to_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Sign APK
uses: r0adkll/sign-android-release@v1.0.4
with:
releaseDirectory: app/build/outputs/apk/googlePlay/release
releaseDirectory: composeApp/build/outputs/apk/googlePlay/release
signingKeyBase64: ${{ secrets.SIGNING_KEY2 }}
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
Expand All @@ -65,7 +65,7 @@ jobs:
uses: ncipollo/release-action@v1.14.0
with:
allowUpdates: true
artifacts: "app/build/outputs/apk/**/**/**/*.apk,app/build/outputs/mapping/**/**/*.txt"
artifacts: "composeApp/build/outputs/apk/**/**/**/*.apk,composeApp/build/outputs/mapping/**/**/*.txt"
token: ${{ secrets.TOKEN }}
generateReleaseNotes: true
bodyFile: distribution/whatsnew/whatsnew-en-US
Expand Down

0 comments on commit 6f6038d

Please sign in to comment.