Skip to content

Commit 778ed78

Browse files
committed
fix and exercise
1 parent fabbfe9 commit 778ed78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/build_library.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Library Release Build
22

33
on:
44
push:
5-
branches:
6-
- release-library/**
5+
# branches:
6+
# - release-library/**
77

88
env:
99
CARGO_TERM_COLOR: always
@@ -39,7 +39,7 @@ jobs:
3939

4040
- uses: actions/upload-artifact@v4
4141
with:
42-
name: artifact-linux
42+
name: artifact-linux-${{ matrix.build-arch }}
4343
path: py/dist/*
4444
if-no-files-found: 'error'
4545
# since this artifact will be merged, compression is not necessary
@@ -85,7 +85,7 @@ jobs:
8585

8686
- uses: actions/upload-artifact@v4
8787
with:
88-
name: artifact-macos
88+
name: artifact-macos-${{ matrix.py-platform }}
8989
path: py/dist/*
9090
if-no-files-found: 'error'
9191
# since this artifact will be merged, compression is not necessary

0 commit comments

Comments
 (0)