mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-21 23:04:49 +01:00
ci: specify runner
Co-authored-by: alemi <me@alemi.dev>
This commit is contained in:
parent
f7247d4352
commit
12f83769cb
1 changed files with 1 additions and 0 deletions
1
.github/workflows/java.yml
vendored
1
.github/workflows/java.yml
vendored
|
@ -39,6 +39,7 @@ jobs:
|
|||
|
||||
publish:
|
||||
needs: [build]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/download-artifact@v4
|
||||
|
|
Loading…
Reference in a new issue