Skip to content

Commit

Permalink
explicit version for shoify action
Browse files Browse the repository at this point in the history
  • Loading branch information
nain-F49FF806 authored Jul 11, 2024
1 parent 47ee3cf commit 2a66339
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,19 +85,19 @@ jobs:
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}

- uses: Shopify/upload-to-release@v1
- uses: Shopify/upload-to-release@v2.0.0
if: ${{ (github.event_name == 'release') }}
with:
name: sharepaste.oo-source-original-arm64-v8a-release.apk
path: android/app/build/outputs/apk/source-original/release/sharepaste.oo-source-original-arm64-v8a-release.apk
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: Shopify/upload-to-release@v1
- uses: Shopify/upload-to-release@v2.0.0
if: ${{ (github.event_name == 'release') }}
with:
name: sharepaste.oo-source-original-armeabi-v7a-release.apk
path: android/app/build/outputs/apk/source-original/release/sharepaste.oo-source-original-armeabi-v7a-release.apk
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: Shopify/upload-to-release@v1
- uses: Shopify/upload-to-release@v2.0.0
if: ${{ (github.event_name == 'release') }}
with:
name: sharepaste.oo-source-original-universal-release.apk
Expand Down

0 comments on commit 2a66339

Please sign in to comment.