mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 06:45:38 +00:00
On branch feat/godot-configurator
Changes to be committed: modified: .github/workflows/build-configurator.yml
This commit is contained in:
parent
1bdc1097e6
commit
959432d8c2
7
.github/workflows/build-configurator.yml
vendored
7
.github/workflows/build-configurator.yml
vendored
|
@ -11,10 +11,10 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
export_game:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
name: Export game
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
@ -29,7 +29,6 @@ jobs:
|
||||||
archive_output: true
|
archive_output: true
|
||||||
archive_root_folder: true
|
archive_root_folder: true
|
||||||
export_as_pack: true
|
export_as_pack: true
|
||||||
|
|
||||||
# This release action has worked well for me. However, you can most likely use any release action of your choosing.
|
# This release action has worked well for me. However, you can most likely use any release action of your choosing.
|
||||||
# https://github.com/ncipollo/release-action
|
# https://github.com/ncipollo/release-action
|
||||||
- name: create release
|
- name: create release
|
||||||
|
|
Loading…
Reference in a new issue