Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Turtlepaw authored Aug 31, 2024
1 parent 7d121f4 commit 70cc610
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:

- name: Upload APK
if: ${{ github.event.inputs.buildType == 'apk' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: APK
path: build/app/outputs/flutter-apk/app-cirelease-release.apk

- name: Upload AAB
if: ${{ github.event.inputs.buildType == 'aab' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: AAB
path: build/app/outputs/bundle/release/app-cirelease-release.aab
path: build/app/outputs/bundle/release/app-cirelease-release.aab

0 comments on commit 70cc610

Please sign in to comment.