fix: fiddle with artifacts naming
Some checks failed
Release / build (eng) (push) Successful in 10s
Release / build (swe) (push) Successful in 9s
Release / publish (push) Failing after 6s

This commit is contained in:
Radu C. Martin 2025-04-02 16:41:12 +02:00
parent 13867a93f2
commit 01d68e6dcf

View file

@ -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]