Skip to content

Commit

Permalink
ci: rename log archive
Browse files Browse the repository at this point in the history
  • Loading branch information
shinchiro committed Oct 13, 2023
1 parent 59639e4 commit 657f1e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mpv_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
uses: actions/upload-artifact@master
if: always()
with:
name: logs_${{ matrix.bit }}
name: mpv-${{ matrix.bit }}-logs
path: logs.7z
retention-days: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mpv_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
uses: actions/upload-artifact@master
if: always()
with:
name: logs_${{ matrix.bit }}
name: mpv-${{ matrix.bit }}-logs
path: logs.7z
retention-days: 1

Expand Down

0 comments on commit 657f1e9

Please sign in to comment.