Fix CI configs to actually work #7

Merged
shrukan merged 6 commits from refs/pull/7/head into main 2024-02-18 00:15:06 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 5a21c793a5 - Show all commits

View File

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

View File

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