Skip to content

Commit

Permalink
fix: continuous deployment (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmao authored Aug 14, 2023
1 parent e4d68a9 commit f4a414f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defaults:
jobs:
upload-assets:
name: ${{ matrix.target }}
if: github.repository_owner == 'MyOwner' && startsWith(github.event.release.name, 'my-bin-v')
if: github.repository_owner == 'vortex-design' && startsWith(github.event.release.name, 'bem-v')
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
if: endsWith(matrix.target, 'windows-msvc')
- uses: taiki-e/upload-rust-binary-action@v1
with:
bin: my-bin
bin: bem
target: ${{ matrix.target }}
tar: all
zip: windows
Expand Down

0 comments on commit f4a414f

Please sign in to comment.