Skip to content

Commit

Permalink
use different directories
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal committed Aug 28, 2024
1 parent a408265 commit adeb88f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
uses: actions/download-artifact@v4
with:
name: android-linux-aarch64
path: ./dist/
path: ./dist/android-linux-aarch64
- name: Download all build artifacts
uses: actions/download-artifact@v4
with:
name: ios-macos-aarch64
path: ./dist/
path: ./dist/ios-macos-aarch64
- name: Check downloads
run: |
pwd
Expand All @@ -43,5 +43,5 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
./dist/android-linux-aarch64
./dist/ios-macos-aarch64
./dist/android-linux-aarch64/*
./dist/ios-macos-aarch64/*

0 comments on commit adeb88f

Please sign in to comment.