On branch feat/godot-configurator

Changes to be committed:
	modified:   .github/workflows/build-configurator.yml
This commit is contained in:
monkeyx-net 2024-08-05 17:53:32 +01:00
parent 1bdc1097e6
commit 959432d8c2

View file

@ -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