mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +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:
|
publish:
|
||||||
needs: [build]
|
needs: [build]
|
||||||
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
|
|
Loading…
Reference in a new issue