Skip to content

Commit 381d8a5

Browse files
committed
Artifacts dir
1 parent 39fe217 commit 381d8a5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,12 @@ jobs:
8888
steps:
8989
- uses: actions/checkout@v4
9090
- uses: actions/download-artifact@v4
91+
with:
92+
path: artifacts
9193
- uses: softprops/action-gh-release@v2
9294
env:
9395
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9496
with:
9597
files: |
96-
**/*.xcframework.zip
97-
**/*.tar.gz
98+
artifacts/**/*.xcframework.zip
99+
artifacts/**/*.tar.gz

0 commit comments

Comments
 (0)