Skip to content

Commit 797c702

Browse files
committed
fix
1 parent 0e6f864 commit 797c702

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/upload-artifact@v4
3636
with:
3737
name: ${{ matrix.os }}-build
38-
path: build.tar.gz
38+
path: ${{ matrix.os }}-build.tar.gz
3939
retention-days: 1
4040

4141
create-release:
@@ -52,5 +52,5 @@ jobs:
5252
make_latest: true
5353
generate_release_notes: true
5454
files: |
55-
linux-build/build.tar.gz
56-
macos-build/build.tar.gz
55+
linux-build/linux-build.tar.gz
56+
macos-build/macos-build.tar.gz

0 commit comments

Comments
 (0)