forked from DiscordBots/lilJudd
fix: fixed build.yml?????????
Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
9273b4b168
commit
eb7ac71dd5
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ on: [ push ]
|
|||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
@ -26,7 +26,7 @@ jobs:
|
|||
publish:
|
||||
name: Publish
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
Loading…
Reference in a new issue