Fix CI configs to actually work #7
@ -28,7 +28,7 @@ jobs:
|
|||||||
run: tar -czf build/coverage.tar.gz build/meson-logs/coveragereport
|
run: tar -czf build/coverage.tar.gz build/meson-logs/coveragereport
|
||||||
|
|
||||||
- name: Archive coverage report
|
- name: Archive coverage report
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: docs
|
name: docs
|
||||||
path: build/coverage.tar.gz
|
path: build/coverage.tar.gz
|
||||||
|
|||||||
@ -19,7 +19,7 @@ jobs:
|
|||||||
run: tar -czf build/docs.tar.gz build/docs
|
run: tar -czf build/docs.tar.gz build/docs
|
||||||
|
|
||||||
- name: Archive docs
|
- name: Archive docs
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: docs
|
name: docs
|
||||||
path: build/docs.tar.gz
|
path: build/docs.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user