Skip to content

Commit

Permalink
explicitly declare files
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal committed Aug 28, 2024
1 parent 3e29daf commit 4aa05d1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release-mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
ios-macos-aarch64

0 comments on commit 4aa05d1

Please sign in to comment.