Skip to content

Commit

Permalink
misc(ci): fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeromos Kovács committed Nov 19, 2024
1 parent 7ab531d commit 14fb1d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- name: Upload executable
uses: actions/upload-artifact@v4
with:
name: cgol-tui_${{ matrix.target }}
path: target/${{ matrix.target }}/release/cgol-tui*
name: cgol-tui_${{ matrix.os }}
path: target/${{ matrix.os }}/release/cgol-tui*

0 comments on commit 14fb1d6

Please sign in to comment.