Skip to content

Commit

Permalink
Fix paths to upload CI android artifacts (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
murki authored Dec 10, 2024
1 parent 04c66ce commit 7b199a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integrations_android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: capture-timber-${{ inputs.version }}.android.zip
path: capture-timber/build/repos/releases/io/bitdrift/capture-timber/${{ inputs.version }}
path: platform/jvm/capture-timber/build/repos/releases/io/bitdrift/capture-timber/${{ inputs.version }}
if-no-files-found: error
- name: Upload Apollo artifacts
uses: actions/upload-artifact@v4
with:
name: capture-apollo3-${{ inputs.version }}.android.zip
path: capture-apollo3/build/repos/releases/io/bitdrift/capture-apollo3/${{ inputs.version }}
path: platform/jvm/capture-apollo3/build/repos/releases/io/bitdrift/capture-apollo3/${{ inputs.version }}
if-no-files-found: error
- name: Upload Gradle Plugin artifacts
uses: actions/upload-artifact@v4
with:
name: capture-plugin-${{ inputs.version }}.android.zip
path: capture-plugin/build/repos/releases/io/bitdrift/capture-plugin/${{ inputs.version }}
path: platform/jvm/capture-plugin/build/repos/releases/io/bitdrift/capture-plugin/${{ inputs.version }}
if-no-files-found: error

0 comments on commit 7b199a8

Please sign in to comment.