Skip to content

Commit

Permalink
fixup 1f1dbb1
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Jul 23, 2024
1 parent 1f1dbb1 commit d983099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-apriltag-track-movie.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
ldd ${{ github.workspace }}/target/release/apriltag-track-movie
- uses: actions/upload-artifact@v4
with:
name: apriltag-track-movie-${{ runner.os }}-${{ runner.name }}-${{ runner.arch }}
name: apriltag-track-movie-${{ runner.os }}-${{ matrix.runs-on }}-${{ runner.arch }}
path: ${{ github.workspace }}/target/release/apriltag-track-movie

apriltag-track-movie-windows:
Expand Down

0 comments on commit d983099

Please sign in to comment.