mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-17 22:35:39 +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:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
export_game:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
name: Export game
|
||||
steps:
|
||||
- name: checkout
|
||||
- uses: actions/checkout@v4
|
||||
|
@ -29,7 +29,6 @@ jobs:
|
|||
archive_output: true
|
||||
archive_root_folder: 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.
|
||||
# https://github.com/ncipollo/release-action
|
||||
- name: create release
|
||||
|
|
Loading…
Reference in a new issue