mirror of
https://github.com/mjl-/mox.git
synced 2025-02-03 09:48:31 +03:00
attempt to fix workflow again
sigh, this is why you don't you use cloud tools that you can't run locally...
This commit is contained in:
parent
7df54071d7
commit
8fac9f862b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: coverage-${{ matrix.runs-on }}
|
||||
name: coverage-${{ matrix.go-version }}
|
||||
path: cover.html
|
||||
|
||||
# Format code, we check below if nothing changed.
|
||||
|
|
Loading…
Reference in a new issue