diff options
| author | cyan <cyjan@mrcyjanek.net> | 2024-08-14 13:58:08 +0000 |
|---|---|---|
| committer | cyan <cyjan@mrcyjanek.net> | 2024-08-14 13:58:08 +0000 |
| commit | 5941de3791eaa5b1dc288955f243b13a95e872cd (patch) | |
| tree | 825aaed713e1584d2db6fb291806fe09b6b40433 | |
| parent | d663f5cfed40c5c9fcdcd5a6c61b600fbbe05010 (diff) | |
update full_checkcyjan-new-better-ci
| -rw-r--r-- | .github/workflows/full_check.yaml | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/.github/workflows/full_check.yaml b/.github/workflows/full_check.yaml index 85b5f7d..3c8dd88 100644 --- a/.github/workflows/full_check.yaml +++ b/.github/workflows/full_check.yaml @@ -1,4 +1,4 @@ -name: compatibility check +name: full compatibility check on: [push] permissions: issues: write @@ -631,16 +631,11 @@ jobs: cd /opt/android/cake_wallet flutter build apk --release --split-per-abi - - name: Rename apk file - run: | - cd /opt/android/cake_wallet/build/app/outputs/flutter-apk - mkdir test-apk - cp app-arm64-v8a-release.apk "test-apk/$(echo ${{ github.ref_name }} | sed 's/[^a-zA-Z0-9]//g').apk" - name: Upload APK uses: actions/upload-artifact@v4 with: name: cake wallet android - path: unnamed_monero_wallet/build/app/outputs/flutter-apk/*.apk + path: /opt/android/cake_wallet/build/app/outputs/flutter-apk/*.apk - name: remove android_ndk run: | @@ -662,14 +657,8 @@ jobs: sudo apt install -y build-essential pkg-config autoconf libtool ccache make cmake gcc g++ git curl lbzip2 libtinfo5 gperf unzip python-is-python3 jq - uses: actions/download-artifact@v4 with: - name: android monero - path: release/monero - - uses: actions/download-artifact@v4 - with: - name: android wownero - path: release/wownero - - name: ${{ matrix.coin }}/aarch64-linux-android - run: ./build_single.sh ${{ matrix.coin }} aarch64-linux-android -j$(nproc) + name: android ${{ matrix.coin }} + path: release/${{ matrix.coin }} - name: clone xmruw run: | git clone https://github.com/mrcyjanek/unnamed_monero_wallet |
