dev-base #33
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ jobs:
|
||||||
name: Linux Export
|
name: Linux Export
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container:
|
container:
|
||||||
image: https://github.com/barichello/godot-ci:3.3.4
|
image: arichello/godot-ci:3.3.4
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://github.com/actions/checkout@v3
|
uses: https://github.com/actions/checkout@v3
|
||||||
|
@ -32,7 +32,7 @@ jobs:
|
||||||
cd $PROJECT_PATH
|
cd $PROJECT_PATH
|
||||||
godot -v --export "Linux/X11" ../build/linux/$EXPORT_NAME.x86_64
|
godot -v --export "Linux/X11" ../build/linux/$EXPORT_NAME.x86_64
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v1
|
uses: https://github.com/actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: linux
|
name: linux
|
||||||
path: build/linux
|
path: build/linux
|
Reference in a new issue