Skip to content

Commit

Permalink
remove double signing
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Jul 16, 2024
1 parent 099512f commit 461f1cf
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,6 @@ jobs: #here we specify the jobs - We could have multiple jobs
#- name: Build ios
# run: flutter build ios --release --no-codesign

- name: Sign AAB
id: sign
uses: r0adkll/sign-android-release@v1
with:
releaseDirectory: build/app/outputs/bundle/release/app-release.aab
signingKeyBase64: ${{ secrets.UPLOAD_KEYSTORE }}
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.UPLOAD_KEYSTORE_PASSPHRASE }}
keyPassword: ${{ secrets.UPLOAD_KEYSTORE_PASSPHRASE }}

- name: Upload AAB
id: uploadArtifact
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 461f1cf

Please sign in to comment.