Skip to content

Commit

Permalink
fix and exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuarli committed Sep 27, 2024
1 parent fabbfe9 commit 778ed78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Library Release Build

on:
push:
branches:
- release-library/**
# branches:
# - release-library/**

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:

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

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

0 comments on commit 778ed78

Please sign in to comment.