Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Mar 12, 2024
1 parent 5f8581d commit c6d1209
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
with:
name: electrum-grs-${{ github.sha }}-android-armeabi-v7a

android-qml-x86-64:
android-qml-x86_64:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -215,14 +215,14 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: electrum-grs-${{ github.sha }}-android-x86-64
name: electrum-grs-${{ github.sha }}-android-x86_64
path: dist/*.apk
if-no-files-found: error
retention-days: 7
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: electrum-grs-${{ github.sha }}-android-x86-64
name: electrum-grs-${{ github.sha }}-android-x86_64

macos:
runs-on: macos-11
Expand Down

0 comments on commit c6d1209

Please sign in to comment.