Skip to content

Commit

Permalink
artifact keys
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Sep 3, 2024
1 parent 47351fd commit 40a4210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Upload Notebook
uses: actions/upload-artifact@v4
with:
name: ${{ needs.setup.outputs.ver }}-${{ needs.setup.outputs.hash }}-${{ hashFiles(env.NB) }}
name: notebook-${{ needs.setup.outputs.ver }}-${{ needs.setup.outputs.hash }}-${{ hashFiles(env.NB) }}
path: ${{ env.NBCACHE }}
include-hidden-files: true
retention-days: 1
Expand All @@ -141,7 +141,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: ${{ env.NBCACHE }}/
pattern: ${{ runner.os }}-notebook-*
pattern: notebook-*
merge-multiple: true
- name: Copy back built notebooks
run: cp --verbose -rf ${{ env.NBCACHE }}/docs/* docs/
Expand Down

0 comments on commit 40a4210

Please sign in to comment.