Skip to content

Commit

Permalink
Setup CI CD 18πŸ«ΈπŸŒ€βœοΈπŸ“— :octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
hendisantika committed Jan 17, 2024
1 parent 18ba496 commit 3fd6ced
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
# - run: flutter build apk --release --verbose

- name: Create Release
uses: ncipollo/release-action@v1.10.0
with:
artifacts: "build/app/outputs/apk/release/*.apk"
# - name: Create Release
# uses: ncipollo/release-action@v1.10.0
# with:
# artifacts: "build/app/outputs/apk/release/*.apk"

- name: Upload Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3fd6ced

Please sign in to comment.