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:59:20 +01:00
parent 55b4f53e0f
commit 199e0004bb

View file

@ -33,3 +33,11 @@ jobs:
with: with:
name: Godot Linux Configurator name: Godot Linux Configurator
path: /home/runner/work/linux.zip path: /home/runner/work/linux.zip
- name: create release
uses: ncipollo/release-action@v1.12.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
generateReleaseNotes: true
tag: ${{ github.ref_name }}
artifacts: ${{ steps.export.outputs.archive_directory }}/*