mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 22:15:39 +00:00
Changes to be committed:
modified: ../../.github/workflows/build-gdc.yml deleted: ../../.github/workflows/godot.yml
This commit is contained in:
parent
c45d4be55c
commit
6620818cbb
3
.github/workflows/build-gdc.yml
vendored
3
.github/workflows/build-gdc.yml
vendored
|
@ -46,7 +46,8 @@ jobs:
|
|||
- name: Give execute permission ☑️
|
||||
working-directory: tools/configurator
|
||||
run: |
|
||||
chmod +x ./build/${EXPORT_NAME}-Linux-64bit/${EXPORT_NAME}.x86_64
|
||||
ls
|
||||
# chmod +x ./build/${EXPORT_NAME}-Linux-64bit/${EXPORT_NAME}.x86_64
|
||||
# - name: Copy pixelorama_data folder 📁
|
||||
# run: |
|
||||
# rm ./pixelorama_data/.gdignore
|
||||
|
|
29
.github/workflows/godot.yml
vendored
29
.github/workflows/godot.yml
vendored
|
@ -1,29 +0,0 @@
|
|||
name: Building a mOnKeyX Project
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
Godot:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [linux, windows, mac]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
lfs: true
|
||||
- name: Build
|
||||
id: build
|
||||
uses: krynv/build-godot-action@v1.4.1
|
||||
with:
|
||||
name: example
|
||||
preset: ${{ matrix.platform }}
|
||||
debugMode: "true"
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Client - ${{ matrix.platform }}
|
||||
path: ${{ github.workspace }}/${{ steps.build.outputs.build }}
|
Loading…
Reference in a new issue