fix: fiddle with artifacts naming
This commit is contained in:
parent
13867a93f2
commit
01d68e6dcf
1 changed files with 2 additions and 1 deletions
|
@ -31,8 +31,9 @@ jobs:
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: forgejo/upload-artifact@v4 # temporary fork until actions/upload-artifact supports GHES
|
uses: forgejo/upload-artifact@v4 # temporary fork until actions/upload-artifact supports GHES
|
||||||
with:
|
with:
|
||||||
name: json-resumes
|
name: json-resume-${{ matrix.profile }}
|
||||||
path: ${{ env.ARTIFACTS_PATH }}/
|
path: ${{ env.ARTIFACTS_PATH }}/
|
||||||
|
retention-days: 1
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
needs: [build]
|
needs: [build]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue