diff --git a/.github/workflows/release-mobile.yml b/.github/workflows/release-mobile.yml index bff6db83d3e..25d428782f2 100644 --- a/.github/workflows/release-mobile.yml +++ b/.github/workflows/release-mobile.yml @@ -28,6 +28,12 @@ jobs: - name: Download all build artifacts uses: actions/download-artifact@v4 - name: Check downloads - run: ls + run: | + pwd + ls - name: Release uses: softprops/action-gh-release@v2 + with: + files: | + android-linux-aarch64.zip + ios-macos-aarch64.zip