fixed artifact names
All checks were successful
/ checking (push) Successful in 14s
/ deploy-unlighthouse-files (push) Successful in 9s
/ deploy-unlighthouse-site (push) Successful in 7s
/ unlighthouse (push) Successful in 37s

This commit is contained in:
Firq 2023-12-21 12:20:39 +01:00
parent 16eac7e22c
commit 22f4a5f0b8
Signed by: Firq
GPG key ID: 4DE1059A4666E89F

View file

@ -35,7 +35,7 @@ jobs:
- name: Downloading static site artifacts
uses: actions/download-artifact@v3
with:
name: static-site
name: unlighthouse-reports
path: public
- name: Install SSH Key
uses: https://github.com/shimataro/ssh-key-action@v2