Skip to content

Commit ad07552

Browse files
committed
fix artificats name clash
1 parent 261fa53 commit ad07552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/book-dev-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060
- name: Upload pdf book
6161
uses: actions/upload-artifact@v4
6262
with:
63-
name: mlr3book
63+
name: mlr3book-${{ github.run_id }}-${{ github.job }}
6464
path: book/_book/Applied-Machine-Learning-Using-mlr3-in-R.pdf
6565
retention-days: 1

0 commit comments

Comments
 (0)