Skip to content

Commit

Permalink
Fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Metaphorme authored Nov 8, 2024
1 parent f2d2576 commit d529a31
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- { target: aarch64-apple-darwin, os: macos-latest }
- { target: x86_64-apple-darwin, os: macos-latest }

name: ${{ matrix.config.target }}
name: ${{ matrix.config.target }}-${{ matrix.backend }}
runs-on: ${{ matrix.config.os }}
continue-on-error: true

Expand Down Expand Up @@ -63,6 +63,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ezcheck-${{ matrix.config.target }}-${{ matrix.backend }}
path: |
target/release/ezcheck
target/release/ezcheck.exe
path: target/release/ezcheck($|.exe)

0 comments on commit d529a31

Please sign in to comment.