From e94f41c9bd4cde2c4b5c1618c69a408f78db6703 Mon Sep 17 00:00:00 2001 From: Abhinay Agarwal Date: Wed, 28 Aug 2024 22:47:41 +0530 Subject: [PATCH] explicitly declare files --- .github/workflows/release-mobile.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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