Skip to content

Commit

Permalink
Fix: Upload artifact fix in release github action
Browse files Browse the repository at this point in the history
  • Loading branch information
RotBolt committed Sep 2, 2023
1 parent 8654a3d commit b9212d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ jobs:
- name: Upload Sample App Release Build to Artifacts
uses: actions/upload-artifact@v3
with:
name: release-artifacts
paths: |
flakersampleapp/build/outputs/apk/release/
path: flakersampleapp/build/outputs/apk/release/flakersampleapp-release.apk

- name: Publish Library Packages
run: ./gradlew publishAllPublicationsToGithubPackagesRepository
Expand Down

0 comments on commit b9212d6

Please sign in to comment.