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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
@ -26,7 +26,7 @@ jobs:
|
||||||
publish:
|
publish:
|
||||||
name: Publish
|
name: Publish
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
Loading…
Reference in a new issue