Skip to content

Commit

Permalink
Upload Artefact before attempting to deploy via fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 committed Dec 29, 2024
1 parent de5da22 commit 2976f6e
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/play.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,16 @@ jobs:
env:
PLAY_CONFIG_JSON: ${{ secrets.PLAY_CONFIG_JSON }}

- name: Build app
run: ./gradlew bundleRelease

- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: App-Artifact
path: |
app/build/outputs/bundle/*/*.aab
- name: Distribute app to deploy track 🚀
run: bundle exec fastlane deploy

Expand All @@ -107,13 +117,6 @@ jobs:
# env:
# BUILD_TOOLS_VERSION: ${{ env.BUILD_TOOL_VERSION }}

- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: App-Artifact
path: |
app/build/outputs/apk/*/*.apk
# - name: Upload to Release
# uses: xresloader/upload-to-github-release@v1
# with:
Expand Down

0 comments on commit 2976f6e

Please sign in to comment.