Skip to content

Commit

Permalink
correct cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoTXp committed Jan 14, 2025
1 parent 0b0e2f5 commit 3588b7a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build_bookify_android_apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ jobs:
- name: Create Release
uses: ncipollo/release-action@v1
with:
artifacts: "build/app/outputs/flutter-apk/app-release.apk,build/app/outputs/bundle/release/app-release.aab,build/ios_build.tar.gz"
artifacts: "build/app/outputs/flutter-apk/app-release.apk"
tag: v${{ env.VERSION }}
token: ${{ secrets.GITHUB_TOKEN }}

#15 Cleanup Completo
- name: Cleanup Entire Project
run: rm -rf $GITHUB_WORKSPACE
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3588b7a

Please sign in to comment.